#CDD99E

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

Shades of Reef #CDD99E

Tints of Reef #CDD99E

Color information

#CDD99E (or 0xCDD99E) is unknown color: approx Reef. HEX triplet: CD, D9 and 9E. RGB value is (205,217,158). Sum of RGB (Red+Green+Blue) = 205+217+158=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 158 (62.11% from 255 or 27.24% from 580); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD99E is #322661. Grayscale: #CECECE. Windows color (decimal): -3286626 or 10410445. OLE color: 10410445.

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

Color convert

RGB205217158-
CMYK0.0600.270.15
HSL72.2º43.7%73.53%-
HSV(B)72.2º27.19%85.1%-
XYZ56.1665.0741.95-
YUV206.69100.52126.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.34%
GREEN value IS 217 (85.16% from 255) = 37.41%
BLUE value IS 158 (62.11% from 255) = 27.24%
R=35.34%
G=37.41%
B=27.24%

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
Decimal2052171580.0600.270.1572.243.773.53
HexCDD99E601BF482c4a
Octal31533123660331711054112
Binary110011011101100110011110110011011111110010001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD99E; }

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

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

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

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

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

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

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

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