#CDC952

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

Shades of Confetti #CDC952

Tints of Confetti #CDC952

Color information

#CDC952 (or 0xCDC952) is unknown color: approx Confetti. HEX triplet: CD, C9 and 52. RGB value is (205,201,82). Sum of RGB (Red+Green+Blue) = 205+201+82=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 82 (32.42% from 255 or 16.80% from 488); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC952 is #3236AD. Grayscale: #BDBDBD. Windows color (decimal): -3290798 or 5425613. OLE color: 5425613.

HSL color Cylindrical-coordinate representation of color #CDC952: hue angle of 58.05º 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 #CDC952 is Cyan = 0, Magento = 0.02, Yellow = 0.6 and Black (K on CMYK) = 0.20.

Color convert

RGB20520182-
CMYK00.020.60.20
HSL58.05º55.16%56.27%-
HSV(B)58.05º60%80.39%-
XYZ47.5955.3616.16-
YUV188.6367.83139.68-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.01%
GREEN value IS 201 (78.91% from 255) = 41.19%
BLUE value IS 82 (32.42% from 255) = 16.80%
R=42.01%
G=41.19%
B=16.80%

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
Decimal2052018200.020.60.2058.0555.1656.27
HexCDC952023C143a3738
Octal315311122027424726770
Binary1100110111001001101001001011110010100111010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC952; }

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

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

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

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

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

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

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

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