#D4DBAC

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

Shades of Orinoco #D4DBAC

Tints of Orinoco #D4DBAC

Color information

#D4DBAC (or 0xD4DBAC) is unknown color: approx Orinoco. HEX triplet: D4, DB and AC. RGB value is (212,219,172). Sum of RGB (Red+Green+Blue) = 212+219+172=603 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.16% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 172 (67.58% from 255 or 28.52% from 603); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DBAC is #2B2453. Grayscale: #D3D3D3. Windows color (decimal): -2827348 or 11328468. OLE color: 11328468.

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

Color convert

RGB212219172-
CMYK0.0300.210.14
HSL68.94º39.5%76.67%-
HSV(B)68.94º21.46%85.88%-
XYZ59.9367.6448.93-
YUV211.55105.68128.32-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.16%
GREEN value IS 219 (85.94% from 255) = 36.32%
BLUE value IS 172 (67.58% from 255) = 28.52%
R=35.16%
G=36.32%
B=28.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2122191720.0300.210.1468.9439.576.67
HexD4DBAC3015E45274d
Octal32433325430251610547115
Binary11010100110110111010110011010101111010001011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DBAC; }

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

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

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

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

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

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

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

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