#D4D2AE

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

Shades of Orinoco #D4D2AE

Tints of Orinoco #D4D2AE

Color information

#D4D2AE (or 0xD4D2AE) is unknown color: approx Orinoco. HEX triplet: D4, D2 and AE. RGB value is (212,210,174). Sum of RGB (Red+Green+Blue) = 212+210+174=596 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.57% from 596); Green value is 210 (82.42% from 255 or 35.23% from 596); Blue value is 174 (68.36% from 255 or 29.19% from 596); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D2AE is #2B2D51. Grayscale: #CECECE. Windows color (decimal): -2829650 or 11457236. OLE color: 11457236.

HSL color Cylindrical-coordinate representation of color #D4D2AE: hue angle of 56.84º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4D2AE is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB212210174-
CMYK00.010.180.17
HSL56.84º30.65%75.69%-
HSV(B)56.84º17.92%83.14%-
XYZ57.8463.1549.18-
YUV206.49109.66131.93-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.57%
GREEN value IS 210 (82.42% from 255) = 35.23%
BLUE value IS 174 (68.36% from 255) = 29.19%
R=35.57%
G=35.23%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21221017400.010.180.1756.8430.6575.69
HexD4D2AE011211391f4c
Octal3243222560122217137114
Binary110101001101001010101110011001010001111001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D2AE; }

 p { color: rgb(212,210,174); }

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

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

 a { background-color: rgb(212,210,174); }

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

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

 span { border-color: rgb(212,210,174); }

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