#CCD88B

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

Shades of Deco #CCD88B

Tints of Deco #CCD88B

Color information

#CCD88B (or 0xCCD88B) is unknown color: approx Deco. HEX triplet: CC, D8 and 8B. RGB value is (204,216,139). Sum of RGB (Red+Green+Blue) = 204+216+139=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 216 (84.77% from 255 or 38.64% from 559); Blue value is 139 (54.69% from 255 or 24.87% from 559); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD88B is #332774. Grayscale: #CBCBCB. Windows color (decimal): -3352437 or 9165004. OLE color: 9165004.

HSL color Cylindrical-coordinate representation of color #CCD88B: hue angle of 69.35º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCD88B is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB204216139-
CMYK0.0600.360.15
HSL69.35º49.68%69.61%-
HSV(B)69.35º35.65%84.71%-
XYZ54.1263.8133.89-
YUV203.6391.52128.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.49%
GREEN value IS 216 (84.77% from 255) = 38.64%
BLUE value IS 139 (54.69% from 255) = 24.87%
R=36.49%
G=38.64%
B=24.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042161390.0600.360.1569.3549.6869.61
HexCCD88B6024F453246
Octal31433021360441710562106
Binary1100110011011000100010111100100100111110001011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD88B; }

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

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

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

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

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

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

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

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