#D9DBAA

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

Shades of Orinoco #D9DBAA

Tints of Orinoco #D9DBAA

Color information

#D9DBAA (or 0xD9DBAA) is unknown color: approx 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

RGB217219170-
CMYK0.0100.220.14
HSL62.45º40.5%76.27%-
HSV(B)62.45º22.37%85.88%-
XYZ61.268.3247.99-
YUV212.82103.84130.98-

RGB Variations

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

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.80% from 255) = 28.05%
R=35.81%
G=36.14%
B=28.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172191700.0100.220.1462.4540.576.27
HexD9DBAA1016E3e284c
Octal3313332521026167650114
Binary110110011101101110101010101011011101111101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>