#CCD999

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

Shades of Reef #CCD999

Tints of Reef #CCD999

Color information

#CCD999 (or 0xCCD999) is unknown color: approx Reef. HEX triplet: CC, D9 and 99. RGB value is (204,217,153). Sum of RGB (Red+Green+Blue) = 204+217+153=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 217 (85.16% from 255 or 37.80% from 574); Blue value is 153 (60.16% from 255 or 26.66% from 574); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD999 is #332666. Grayscale: #CECECE. Windows color (decimal): -3352167 or 10082764. OLE color: 10082764.

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

Color convert

RGB204217153-
CMYK0.0600.290.15
HSL72.19º45.71%72.55%-
HSV(B)72.19º29.49%85.1%-
XYZ55.4664.7639.71-
YUV205.8298.19126.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.54%
GREEN value IS 217 (85.16% from 255) = 37.80%
BLUE value IS 153 (60.16% from 255) = 26.66%
R=35.54%
G=37.80%
B=26.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042171530.0600.290.1572.1945.7172.55
HexCCD999601DF482e49
Octal31433123160351711056111
Binary110011001101100110011001110011101111110010001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD999; }

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

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

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

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

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

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

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

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