#CCD57D

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

Shades of Deco #CCD57D

Tints of Deco #CCD57D

Color information

#CCD57D (or 0xCCD57D) is unknown color: approx Deco. HEX triplet: CC, D5 and 7D. RGB value is (204,213,125). Sum of RGB (Red+Green+Blue) = 204+213+125=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 213 (83.59% from 255 or 39.30% from 542); Blue value is 125 (49.22% from 255 or 23.06% from 542); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD57D is #332A82. Grayscale: #C8C8C8. Windows color (decimal): -3353219 or 8246732. OLE color: 8246732.

HSL color Cylindrical-coordinate representation of color #CCD57D: hue angle of 66.14º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCD57D is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB204213125-
CMYK0.0400.410.16
HSL66.14º51.16%66.27%-
HSV(B)66.14º41.31%83.53%-
XYZ52.461.9128.59-
YUV200.2885.52130.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.64%
GREEN value IS 213 (83.59% from 255) = 39.30%
BLUE value IS 125 (49.22% from 255) = 23.06%
R=37.64%
G=39.30%
B=23.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042131250.0400.410.1666.1451.1666.27
HexCCD57D402910423342
Octal31432517540512010263102
Binary1100110011010101111110110001010011000010000101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD57D; }

 p { color: rgb(204,213,125); }

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

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

 a { background-color: rgb(204,213,125); }

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

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

 span { border-color: rgb(204,213,125); }

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