#D5DBA9

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

Shades of Orinoco #D5DBA9

Tints of Orinoco #D5DBA9

Color information

#D5DBA9 (or 0xD5DBA9) is unknown color: approx Orinoco. HEX triplet: D5, DB and A9. RGB value is (213,219,169). Sum of RGB (Red+Green+Blue) = 213+219+169=601 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.44% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 169 (66.41% from 255 or 28.12% from 601); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DBA9 is #2A2456. Grayscale: #D3D3D3. Windows color (decimal): -2761815 or 11131861. OLE color: 11131861.

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

Color convert

RGB213219169-
CMYK0.0300.230.14
HSL67.2º40.98%76.08%-
HSV(B)67.2º22.83%85.88%-
XYZ59.9367.6747.44-
YUV211.51104.01129.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.44%
GREEN value IS 219 (85.94% from 255) = 36.44%
BLUE value IS 169 (66.41% from 255) = 28.12%
R=35.44%
G=36.44%
B=28.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2132191690.0300.230.1467.240.9876.08
HexD5DBA93017E43294c
Octal32533325130271610351114
Binary11010101110110111010100111010111111010000111010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DBA9; }

 p { color: rgb(213,219,169); }

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

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

 a { background-color: rgb(213,219,169); }

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

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

 span { border-color: rgb(213,219,169); }

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