#CCD88A

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

Shades of Deco #CCD88A

Tints of Deco #CCD88A

Color information

#CCD88A (or 0xCCD88A) is unknown color: approx Deco. HEX triplet: CC, D8 and 8A. RGB value is (204,216,138). Sum of RGB (Red+Green+Blue) = 204+216+138=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 216 (84.77% from 255 or 38.71% from 558); Blue value is 138 (54.30% from 255 or 24.73% from 558); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD88A is #332775. Grayscale: #CBCBCB. Windows color (decimal): -3352438 or 9099468. OLE color: 9099468.

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

Color convert

RGB204216138-
CMYK0.0600.360.15
HSL69.23º50%69.41%-
HSV(B)69.23º36.11%84.71%-
XYZ54.0563.7833.51-
YUV203.5291.02128.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.56%
GREEN value IS 216 (84.77% from 255) = 38.71%
BLUE value IS 138 (54.30% from 255) = 24.73%
R=36.56%
G=38.71%
B=24.73%

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
Decimal2042161380.0600.360.1569.235069.41
HexCCD88A6024F453245
Octal31433021260441710562105
Binary1100110011011000100010101100100100111110001011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD88A; }

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

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

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

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

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

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

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

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