#D9DBA7

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

Shades of Orinoco #D9DBA7

Tints of Orinoco #D9DBA7

Color information

#D9DBA7 (or 0xD9DBA7) is unknown color: approx Orinoco. HEX triplet: D9, DB and A7. RGB value is (217,219,167). Sum of RGB (Red+Green+Blue) = 217+219+167=603 (79% of max value = 765). Red value is 217 (85.16% from 255 or 35.99% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 167 (65.62% from 255 or 27.69% from 603); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DBA7 is #262458. Grayscale: #D4D4D4. Windows color (decimal): -2499673 or 11000793. OLE color: 11000793.

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

Color convert

RGB217219167-
CMYK0.0100.240.14
HSL62.31º41.94%75.69%-
HSV(B)62.31º23.74%85.88%-
XYZ60.9268.246.51-
YUV212.47102.34131.23-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.99%
GREEN value IS 219 (85.94% from 255) = 36.32%
BLUE value IS 167 (65.62% from 255) = 27.69%
R=35.99%
G=36.32%
B=27.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172191670.0100.240.1462.3141.9475.69
HexD9DBA71018E3e2a4c
Octal3313332471030167652114
Binary110110011101101110100111101100011101111101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DBA7; }

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

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

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

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

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

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

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

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