#CDDA99

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

Shades of Reef #CDDA99

Tints of Reef #CDDA99

Color information

#CDDA99 (or 0xCDDA99) is unknown color: approx Reef. HEX triplet: CD, DA and 99. RGB value is (205,218,153). Sum of RGB (Red+Green+Blue) = 205+218+153=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 153 (60.16% from 255 or 26.56% from 576); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDA99 is #322566. Grayscale: #CECECE. Windows color (decimal): -3286375 or 10083021. OLE color: 10083021.

HSL color Cylindrical-coordinate representation of color #CDDA99: hue angle of 72º 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 #CDDA99 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB205218153-
CMYK0.0600.300.15
HSL72º46.76%72.75%-
HSV(B)72º29.82%85.49%-
XYZ5665.4239.81-
YUV206.797.69126.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.59%
GREEN value IS 218 (85.55% from 255) = 37.85%
BLUE value IS 153 (60.16% from 255) = 26.56%
R=35.59%
G=37.85%
B=26.56%

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
Decimal2052181530.0600.300.157246.7672.75
HexCDDA99601EF482f49
Octal31533223160361711057111
Binary110011011101101010011001110011110111110010001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDA99; }

 p { color: rgb(205,218,153); }

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

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

 a { background-color: rgb(205,218,153); }

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

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

 span { border-color: rgb(205,218,153); }

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