Html Css Color HEX #D9DBA9 Orinoco

📋 copy color: '#D9DBA9'

red 217 ◦ green 219 ◦ blue 169

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

Shades of Orinoco #D9DBA9

Tints of Orinoco #D9DBA9

RGB

 RED value IS 217 (85.16% from 255) = 35.87%

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

 BLUE value IS 169 (66.41% from 255) = 27.93%

R = 35.87%
G = 36.2%
B = 27.93%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#D9DBA9 (or 0xD9DBA9) is known color: Orinoco. HEX triplet: D9, DB and A9. RGB value is (217,219,169). Sum of RGB (Red+Green+Blue) = 217+219+169=605 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.87% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 169 (66.41% from 255 or 27.93% from 605); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DBA9 is #262456. Grayscale: #D4D4D4. Windows color (decimal): -2499671 or 11131865. OLE color: 11131865.

HSL color Cylindrical-coordinate representation of color #D9DBA9: hue angle of 62.4º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9DBA9 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 219 169 -
CMYK 0.01 0 0.23 0.14
HSL 62.4º 0.41% 0.76% -
HSV(B) 62.4º 0.23% 0.86% -
XYZ 61.11 68.28 47.49 -
YUV 212.7 103.34 131.07 -
System Red Green Blue C M Y K H S L
Decimal 217 219 169 0.01 0 0.23 0.14 62.4 0.41 0.76
Hex D9 DB A9 1 0 17 E 3E 29 4C
Octal 331 333 251 1 0 27 16 76 51 114
Binary 11011001 11011011 10101001 1 0 10111 1110 111110 101001 1001100

Color Harmonies of #D9DBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DBA9

Black with #D9DBA9

Text Example


Text Example

White with #D9DBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DBA9; }

 p { color: rgb(217,219,169); }

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

background-color css

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

 a { background-color: rgb(217,219,169); }

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

border-color css

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

 span { border-color: rgb(217,219,169); }

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