#CCD377

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

Shades of Deco #CCD377

Tints of Deco #CCD377

Color information

#CCD377 (or 0xCCD377) is unknown color: approx Deco. HEX triplet: CC, D3 and 77. RGB value is (204,211,119). Sum of RGB (Red+Green+Blue) = 204+211+119=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 211 (82.81% from 255 or 39.51% from 534); Blue value is 119 (46.88% from 255 or 22.28% from 534); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD377 is #332C88. Grayscale: #C6C6C6. Windows color (decimal): -3353737 or 7853004. OLE color: 7853004.

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

Color convert

RGB204211119-
CMYK0.0300.440.17
HSL64.57º51.11%64.71%-
HSV(B)64.57º43.6%82.75%-
XYZ51.5360.7626.46-
YUV198.4283.18131.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.20%
GREEN value IS 211 (82.81% from 255) = 39.51%
BLUE value IS 119 (46.88% from 255) = 22.28%
R=38.20%
G=39.51%
B=22.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2042111190.0300.440.1764.5751.1164.71
HexCCD377302C11413341
Octal31432316730542110163101
Binary110011001101001111101111101011001000110000011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD377; }

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

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

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

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

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

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

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

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