Html Css Color HEX #D1DC9B Reef

📋 copy color: '#D1DC9B'

red 209 ◦ green 220 ◦ blue 155

#D1DC9B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #D1DC9B

Tints of Reef #D1DC9B

RGB

 RED value IS 209 (82.03% from 255) = 35.79%

 GREEN value IS 220 (86.33% from 255) = 37.67%

 BLUE value IS 155 (60.94% from 255) = 26.54%

R = 35.79%
G = 37.67%
B = 26.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#D1DC9B (or 0xD1DC9B) is known color: Reef. HEX triplet: D1, DC and 9B. RGB value is (209,220,155). Sum of RGB (Red+Green+Blue) = 209+220+155=584 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.79% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 155 (60.94% from 255 or 26.54% from 584); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DC9B is #2E2364. Grayscale: #D1D1D1. Windows color (decimal): -3023717 or 10214609. OLE color: 10214609.

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

Color convert

RGB 209 220 155 -
CMYK 0.05 0 0.30 0.14
HSL 70.15º 0.48% 0.74% -
HSV(B) 70.15º 0.3% 0.86% -
XYZ 57.8 67.11 40.92 -
YUV 209.3 97.36 127.79 -
System Red Green Blue C M Y K H S L
Decimal 209 220 155 0.05 0 0.30 0.14 70.15 0.48 0.74
Hex D1 DC 9B 5 0 1E E 46 30 4A
Octal 321 334 233 5 0 36 16 106 60 112
Binary 11010001 11011100 10011011 101 0 11110 1110 1000110 110000 1001010

Color Harmonies of #D1DC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DC9B

Black with #D1DC9B

Text Example


Text Example

White with #D1DC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DC9B; }

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

 H1.HeaderClassName
 {
   color: #D1DC9B;
 }
 .AnyTagClassName
 {
   color: #D1DC9B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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