#D4DBA9

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

Shades of Orinoco #D4DBA9

Tints of Orinoco #D4DBA9

Color information

#D4DBA9 (or 0xD4DBA9) is unknown color: approx Orinoco. HEX triplet: D4, DB and A9. RGB value is (212,219,169). Sum of RGB (Red+Green+Blue) = 212+219+169=600 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.33% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 169 (66.41% from 255 or 28.17% from 600); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DBA9 is #2B2456. Grayscale: #D3D3D3. Windows color (decimal): -2827351 or 11131860. OLE color: 11131860.

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

Color convert

RGB212219169-
CMYK0.0300.230.14
HSL68.4º40.98%76.08%-
HSV(B)68.4º22.83%85.88%-
XYZ59.6467.5247.43-
YUV211.21104.18128.57-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.33%
GREEN value IS 219 (85.94% from 255) = 36.5%
BLUE value IS 169 (66.41% from 255) = 28.17%
R=35.33%
G=36.5%
B=28.17%

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
Decimal2122191690.0300.230.1468.440.9876.08
HexD4DBA93017E44294c
Octal32433325130271610451114
Binary11010100110110111010100111010111111010001001010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DBA9; }

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

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

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

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

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

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

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

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