#CCD99E

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

Shades of Reef #CCD99E

Tints of Reef #CCD99E

Color information

#CCD99E (or 0xCCD99E) is unknown color: approx Reef. HEX triplet: CC, D9 and 9E. RGB value is (204,217,158). Sum of RGB (Red+Green+Blue) = 204+217+158=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 158 (62.11% from 255 or 27.29% from 579); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD99E is #332661. Grayscale: #CECECE. Windows color (decimal): -3352162 or 10410444. OLE color: 10410444.

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

Color convert

RGB204217158-
CMYK0.0600.270.15
HSL73.22º43.7%73.53%-
HSV(B)73.22º27.19%85.1%-
XYZ55.8964.9341.94-
YUV206.39100.69126.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.23%
GREEN value IS 217 (85.16% from 255) = 37.48%
BLUE value IS 158 (62.11% from 255) = 27.29%
R=35.23%
G=37.48%
B=27.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042171580.0600.270.1573.2243.773.53
HexCCD99E601BF492c4a
Octal31433123660331711154112
Binary110011001101100110011110110011011111110010011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD99E; }

 p { color: rgb(204,217,158); }

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

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

 a { background-color: rgb(204,217,158); }

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

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

 span { border-color: rgb(204,217,158); }

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