Html Css Color HEX #D1DB9E Orinoco

📋 copy color: '#D1DB9E'

red 209 ◦ green 219 ◦ blue 158

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

Shades of Orinoco #D1DB9E

Tints of Orinoco #D1DB9E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.37%

 BLUE value IS 158 (62.11% from 255) = 26.96%

R = 35.67%
G = 37.37%
B = 26.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#D1DB9E (or 0xD1DB9E) is known color: Orinoco. HEX triplet: D1, DB and 9E. RGB value is (209,219,158). Sum of RGB (Red+Green+Blue) = 209+219+158=586 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.67% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 158 (62.11% from 255 or 26.96% from 586); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DB9E is #2E2461. Grayscale: #D1D1D1. Windows color (decimal): -3023970 or 10410961. OLE color: 10410961.

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

Color convert

RGB 209 219 158 -
CMYK 0.05 0 0.28 0.14
HSL 69.84º 0.46% 0.74% -
HSV(B) 69.84º 0.28% 0.86% -
XYZ 57.8 66.69 42.17 -
YUV 209.06 99.19 127.96 -
System Red Green Blue C M Y K H S L
Decimal 209 219 158 0.05 0 0.28 0.14 69.84 0.46 0.74
Hex D1 DB 9E 5 0 1C E 46 2E 4A
Octal 321 333 236 5 0 34 16 106 56 112
Binary 11010001 11011011 10011110 101 0 11100 1110 1000110 101110 1001010

Color Harmonies of #D1DB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DB9E

Black with #D1DB9E

Text Example


Text Example

White with #D1DB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DB9E; }

 p { color: rgb(209,219,158); }

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

background-color css

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

 a { background-color: rgb(209,219,158); }

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

border-color css

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

 span { border-color: rgb(209,219,158); }

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