#D9DBAB

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

Shades of Orinoco #D9DBAB

Tints of Orinoco #D9DBAB

Color information

#D9DBAB (or 0xD9DBAB) is unknown color: approx Orinoco. HEX triplet: D9, DB and AB. RGB value is (217,219,171). Sum of RGB (Red+Green+Blue) = 217+219+171=607 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.75% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DBAB is #262454. Grayscale: #D5D5D5. Windows color (decimal): -2499669 or 11262937. OLE color: 11262937.

HSL color Cylindrical-coordinate representation of color #D9DBAB: hue angle of 62.5º 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 #D9DBAB is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB217219171-
CMYK0.0100.220.14
HSL62.5º40%76.47%-
HSV(B)62.5º21.92%85.88%-
XYZ61.368.3648.49-
YUV212.93104.34130.9-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.75%
GREEN value IS 219 (85.94% from 255) = 36.08%
BLUE value IS 171 (67.19% from 255) = 28.17%
R=35.75%
G=36.08%
B=28.17%

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
Decimal2172191710.0100.220.1462.54076.47
HexD9DBAB1016E3e284c
Octal3313332531026167650114
Binary110110011101101110101011101011011101111101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DBAB; }

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

 H1.HeaderClassName
 {
   color: #D9DBAB;
 }
 .AnyTagClassName
 {
   color: #D9DBAB;
 }
</style>
background-color css

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

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

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

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

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

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