#CDC852

Color #CDC852 Confetti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Confetti #CDC852

Tints of Confetti #CDC852

Color information

#CDC852 (or 0xCDC852) is unknown color: approx Confetti. HEX triplet: CD, C8 and 52. RGB value is (205,200,82). Sum of RGB (Red+Green+Blue) = 205+200+82=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 82 (32.42% from 255 or 16.84% from 487); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC852 is #3237AD. Grayscale: #BCBCBC. Windows color (decimal): -3291054 or 5425357. OLE color: 5425357.

HSL color Cylindrical-coordinate representation of color #CDC852: hue angle of 57.56º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDC852 is Cyan = 0, Magento = 0.02, Yellow = 0.6 and Black (K on CMYK) = 0.20.

Color convert

RGB20520082-
CMYK00.020.60.20
HSL57.56º55.16%56.27%-
HSV(B)57.56º60%80.39%-
XYZ47.3554.916.08-
YUV188.0468.16140.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 42.09%
GREEN value IS 200 (78.52% from 255) = 41.07%
BLUE value IS 82 (32.42% from 255) = 16.84%
R=42.09%
G=41.07%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.6
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2052008200.020.60.2057.5655.1656.27
HexCDC852023C143a3738
Octal315310122027424726770
Binary1100110111001000101001001011110010100111010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC852; }

 p { color: rgb(205,200,82); }

 H1.HeaderClassName
 {
   color: #CDC852;
 }
 .AnyTagClassName
 {
   color: #CDC852;
 }
</style>
background-color css

<style>
 a { background-color: #CDC852; }

 a { background-color: rgb(205,200,82); }

 div.DivClassName
 {
   background-color: #CDC852;
 }
 .BgClassName
 {
   background-color: #CDC852;
 }
</style>
border-color css

<style>
 span { border-color: #CDC852; }

 span { border-color: rgb(205,200,82); }

 td.TdClassName
 {
   border-color: #CDC852;
 }
 .TagClassName
 {
   border-color: #CDC852;
 }
</style>