#D1DC9D

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

Shades of Reef #D1DC9D

Tints of Reef #D1DC9D

Color information

#D1DC9D (or 0xD1DC9D) is unknown color: approx Reef. HEX triplet: D1, DC and 9D. RGB value is (209,220,157). Sum of RGB (Red+Green+Blue) = 209+220+157=586 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.67% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 157 (61.72% from 255 or 26.79% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DC9D is #2E2362. Grayscale: #D1D1D1. Windows color (decimal): -3023715 or 10345681. OLE color: 10345681.

HSL color Cylindrical-coordinate representation of color #D1DC9D: hue angle of 70.48º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1DC9D is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB209220157-
CMYK0.0500.290.14
HSL70.48º47.37%73.92%-
HSV(B)70.48º28.64%86.27%-
XYZ57.9767.1841.81-
YUV209.5398.36127.62-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.67%
GREEN value IS 220 (86.33% from 255) = 37.54%
BLUE value IS 157 (61.72% from 255) = 26.79%
R=35.67%
G=37.54%
B=26.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2092201570.0500.290.1470.4847.3773.92
HexD1DC9D501DE462f4a
Octal32133423550351610657112
Binary110100011101110010011101101011101111010001101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DC9D; }

 p { color: rgb(209,220,157); }

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

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

 a { background-color: rgb(209,220,157); }

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

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

 span { border-color: rgb(209,220,157); }

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