#CDDD99

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

Shades of Reef #CDDD99

Tints of Reef #CDDD99

Color information

#CDDD99 (or 0xCDDD99) is unknown color: approx Reef. HEX triplet: CD, DD and 99. RGB value is (205,221,153). Sum of RGB (Red+Green+Blue) = 205+221+153=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 153 (60.16% from 255 or 26.42% from 579); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDD99 is #322266. Grayscale: #D0D0D0. Windows color (decimal): -3285607 or 10083789. OLE color: 10083789.

HSL color Cylindrical-coordinate representation of color #CDDD99: hue angle of 74.12º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDDD99 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB205221153-
CMYK0.0700.310.13
HSL74.12º50%73.33%-
HSV(B)74.12º30.77%86.67%-
XYZ56.7866.9940.07-
YUV208.4696.7125.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.41%
GREEN value IS 221 (86.72% from 255) = 38.17%
BLUE value IS 153 (60.16% from 255) = 26.42%
R=35.41%
G=38.17%
B=26.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052211530.0700.310.1374.125073.33
HexCDDD99701FD4a3249
Octal31533523170371511262111
Binary110011011101110110011001111011111110110010101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDD99; }

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

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

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

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

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

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

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

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