#D4D2AA

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

Shades of Orinoco #D4D2AA

Tints of Orinoco #D4D2AA

Color information

#D4D2AA (or 0xD4D2AA) is unknown color: approx Orinoco. HEX triplet: D4, D2 and AA. RGB value is (212,210,170). Sum of RGB (Red+Green+Blue) = 212+210+170=592 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.81% from 592); Green value is 210 (82.42% from 255 or 35.47% from 592); Blue value is 170 (66.80% from 255 or 28.72% from 592); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D2AA is #2B2D55. Grayscale: #CECECE. Windows color (decimal): -2829654 or 11195092. OLE color: 11195092.

HSL color Cylindrical-coordinate representation of color #D4D2AA: hue angle of 57.14º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4D2AA is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB212210170-
CMYK00.010.200.17
HSL57.14º32.81%74.9%-
HSV(B)57.14º19.81%83.14%-
XYZ57.4562.9947.16-
YUV206.04107.66132.25-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.81%
GREEN value IS 210 (82.42% from 255) = 35.47%
BLUE value IS 170 (66.80% from 255) = 28.72%
R=35.81%
G=35.47%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21221017000.010.200.1757.1432.8174.9
HexD4D2AA01141139214b
Octal3243222520124217141113
Binary1101010011010010101010100110100100011110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D2AA; }

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

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

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

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

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

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

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

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