#CDC552

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

Shades of Confetti #CDC552

Tints of Confetti #CDC552

Color information

#CDC552 (or 0xCDC552) is unknown color: approx Confetti. HEX triplet: CD, C5 and 52. RGB value is (205,197,82). Sum of RGB (Red+Green+Blue) = 205+197+82=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 82 (32.42% from 255 or 16.94% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC552 is #323AAD. Grayscale: #BABABA. Windows color (decimal): -3291822 or 5424589. OLE color: 5424589.

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

Color convert

RGB20519782-
CMYK00.040.60.20
HSL56.1º55.16%56.27%-
HSV(B)56.1º60%80.39%-
XYZ46.6753.5215.85-
YUV186.2869.15141.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.36%
GREEN value IS 197 (77.34% from 255) = 40.70%
BLUE value IS 82 (32.42% from 255) = 16.94%
R=42.36%
G=40.70%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.6
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051978200.040.60.2056.155.1656.27
HexCDC552043C14383738
Octal315305122047424706770
Binary11001101110001011010010010011110010100111000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC552; }

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

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

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

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

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

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

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

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