#CCD08B

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

Shades of Deco #CCD08B

Tints of Deco #CCD08B

Color information

#CCD08B (or 0xCCD08B) is unknown color: approx Deco. HEX triplet: CC, D0 and 8B. RGB value is (204,208,139). Sum of RGB (Red+Green+Blue) = 204+208+139=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 208 (81.64% from 255 or 37.75% from 551); Blue value is 139 (54.69% from 255 or 25.23% from 551); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD08B is #332F74. Grayscale: #C7C7C7. Windows color (decimal): -3354485 or 9162956. OLE color: 9162956.

HSL color Cylindrical-coordinate representation of color #CCD08B: hue angle of 63.48º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCD08B is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB204208139-
CMYK0.0200.330.18
HSL63.48º42.33%68.04%-
HSV(B)63.48º33.17%81.57%-
XYZ52.1259.8133.22-
YUV198.9494.17131.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.02%
GREEN value IS 208 (81.64% from 255) = 37.75%
BLUE value IS 139 (54.69% from 255) = 25.23%
R=37.02%
G=37.75%
B=25.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042081390.0200.330.1863.4842.3368.04
HexCCD08B2021123f2a44
Octal3143202132041227752104
Binary110011001101000010001011100100001100101111111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD08B; }

 p { color: rgb(204,208,139); }

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

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

 a { background-color: rgb(204,208,139); }

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

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

 span { border-color: rgb(204,208,139); }

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