#CCDA98

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

Shades of Reef #CCDA98

Tints of Reef #CCDA98

Color information

#CCDA98 (or 0xCCDA98) is unknown color: approx Reef. HEX triplet: CC, DA and 98. RGB value is (204,218,152). Sum of RGB (Red+Green+Blue) = 204+218+152=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 152 (59.77% from 255 or 26.48% from 574); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDA98 is #332567. Grayscale: #CECECE. Windows color (decimal): -3351912 or 10017484. OLE color: 10017484.

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

Color convert

RGB204218152-
CMYK0.0600.300.15
HSL72.73º47.14%72.55%-
HSV(B)72.73º30.28%85.49%-
XYZ55.6465.2539.37-
YUV206.2997.36126.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.54%
GREEN value IS 218 (85.55% from 255) = 37.98%
BLUE value IS 152 (59.77% from 255) = 26.48%
R=35.54%
G=37.98%
B=26.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042181520.0600.300.1572.7347.1472.55
HexCCDA98601EF492f49
Octal31433223060361711157111
Binary110011001101101010011000110011110111110010011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDA98; }

 p { color: rgb(204,218,152); }

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

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

 a { background-color: rgb(204,218,152); }

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

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

 span { border-color: rgb(204,218,152); }

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