#D9DBAD

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

Shades of Orinoco #D9DBAD

Tints of Orinoco #D9DBAD

Color information

#D9DBAD (or 0xD9DBAD) is unknown color: approx Orinoco. HEX triplet: D9, DB and AD. RGB value is (217,219,173). Sum of RGB (Red+Green+Blue) = 217+219+173=609 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.63% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 173 (67.97% from 255 or 28.41% from 609); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DBAD is #262452. Grayscale: #D5D5D5. Windows color (decimal): -2499667 or 11394009. OLE color: 11394009.

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

Color convert

RGB217219173-
CMYK0.0100.210.14
HSL62.61º38.98%76.86%-
HSV(B)62.61º21%85.88%-
XYZ61.4968.4349.5-
YUV213.16105.34130.74-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.63%
GREEN value IS 219 (85.94% from 255) = 35.96%
BLUE value IS 173 (67.97% from 255) = 28.41%
R=35.63%
G=35.96%
B=28.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172191730.0100.210.1462.6138.9876.86
HexD9DBAD1015E3f274d
Octal3313332551025167747115
Binary110110011101101110101101101010111101111111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DBAD; }

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

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

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

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

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

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

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

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