#D4DBA0

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

Shades of Orinoco #D4DBA0

Tints of Orinoco #D4DBA0

Color information

#D4DBA0 (or 0xD4DBA0) is unknown color: approx Orinoco. HEX triplet: D4, DB and A0. RGB value is (212,219,160). Sum of RGB (Red+Green+Blue) = 212+219+160=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 160 (62.89% from 255 or 27.07% from 591); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DBA0 is #2B245F. Grayscale: #D2D2D2. Windows color (decimal): -2827360 or 10542036. OLE color: 10542036.

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

Color convert

RGB212219160-
CMYK0.0300.270.14
HSL67.12º45.04%74.31%-
HSV(B)67.12º26.94%85.88%-
XYZ58.8367.243.13-
YUV210.1899.68129.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.87%
GREEN value IS 219 (85.94% from 255) = 37.06%
BLUE value IS 160 (62.89% from 255) = 27.07%
R=35.87%
G=37.06%
B=27.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2122191600.0300.270.1467.1245.0474.31
HexD4DBA0301BE432d4a
Octal32433324030331610355112
Binary11010100110110111010000011011011111010000111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DBA0; }

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

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

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

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

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

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

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

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