#D1DD9A

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

Shades of Reef #D1DD9A

Tints of Reef #D1DD9A

Color information

#D1DD9A (or 0xD1DD9A) is unknown color: approx Reef. HEX triplet: D1, DD and 9A. RGB value is (209,221,154). Sum of RGB (Red+Green+Blue) = 209+221+154=584 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.79% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 154 (60.55% from 255 or 26.37% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DD9A is #2E2265. Grayscale: #D2D2D2. Windows color (decimal): -3023462 or 10149329. OLE color: 10149329.

HSL color Cylindrical-coordinate representation of color #D1DD9A: hue angle of 70.75º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D1DD9A is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB209221154-
CMYK0.0500.300.13
HSL70.75º49.63%73.53%-
HSV(B)70.75º30.32%86.67%-
XYZ57.9867.640.56-
YUV209.7796.52127.45-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.79%
GREEN value IS 221 (86.72% from 255) = 37.84%
BLUE value IS 154 (60.55% from 255) = 26.37%
R=35.79%
G=37.84%
B=26.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092211540.0500.300.1370.7549.6373.53
HexD1DD9A501ED47324a
Octal32133523250361510762112
Binary110100011101110110011010101011110110110001111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DD9A; }

 p { color: rgb(209,221,154); }

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

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

 a { background-color: rgb(209,221,154); }

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

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

 span { border-color: rgb(209,221,154); }

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