#CCD371

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

Shades of Deco #CCD371

Tints of Deco #CCD371

Color information

#CCD371 (or 0xCCD371) is unknown color: approx Deco. HEX triplet: CC, D3 and 71. RGB value is (204,211,113). Sum of RGB (Red+Green+Blue) = 204+211+113=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD371 is #332C8E. Grayscale: #C6C6C6. Windows color (decimal): -3353743 or 7459788. OLE color: 7459788.

HSL color Cylindrical-coordinate representation of color #CCD371: hue angle of 64.29º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCD371 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB204211113-
CMYK0.0300.460.17
HSL64.29º52.69%63.53%-
HSV(B)64.29º46.45%82.75%-
XYZ51.1860.6224.63-
YUV197.7480.18132.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.64%
GREEN value IS 211 (82.81% from 255) = 39.96%
BLUE value IS 113 (44.53% from 255) = 21.40%
R=38.64%
G=39.96%
B=21.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2042111130.0300.460.1764.2952.6963.53
HexCCD371302E11403540
Octal31432316130562110065100
Binary110011001101001111100011101011101000110000001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD371; }

 p { color: rgb(204,211,113); }

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

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

 a { background-color: rgb(204,211,113); }

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

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

 span { border-color: rgb(204,211,113); }

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