Html Css Color HEX #D9DBAA Orinoco

📋 copy color: '#D9DBAA'

red 217 ◦ green 219 ◦ blue 170

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

Shades of Orinoco #D9DBAA

Tints of Orinoco #D9DBAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 28.05%

R = 35.81%
G = 36.14%
B = 28.05%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#D9DBAA (or 0xD9DBAA) is known color: Orinoco. HEX triplet: D9, DB and AA. RGB value is (217,219,170). Sum of RGB (Red+Green+Blue) = 217+219+170=606 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.81% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 170 (66.80% from 255 or 28.05% from 606); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DBAA is #262455. Grayscale: #D5D5D5. Windows color (decimal): -2499670 or 11197401. OLE color: 11197401.

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

Color convert

RGB 217 219 170 -
CMYK 0.01 0 0.22 0.14
HSL 62.45º 0.4% 0.76% -
HSV(B) 62.45º 0.22% 0.86% -
XYZ 61.2 68.32 47.99 -
YUV 212.82 103.84 130.98 -
System Red Green Blue C M Y K H S L
Decimal 217 219 170 0.01 0 0.22 0.14 62.45 0.4 0.76
Hex D9 DB AA 1 0 16 E 3E 28 4C
Octal 331 333 252 1 0 26 16 76 50 114
Binary 11011001 11011011 10101010 1 0 10110 1110 111110 101000 1001100

Color Harmonies of #D9DBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DBAA

Black with #D9DBAA

Text Example


Text Example

White with #D9DBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DBAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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