#D4D6AE

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

Shades of Orinoco #D4D6AE

Tints of Orinoco #D4D6AE

Color information

#D4D6AE (or 0xD4D6AE) is unknown color: approx Orinoco. HEX triplet: D4, D6 and AE. RGB value is (212,214,174). Sum of RGB (Red+Green+Blue) = 212+214+174=600 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.33% from 600); Green value is 214 (83.98% from 255 or 35.67% from 600); Blue value is 174 (68.36% from 255 or 29% from 600); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D6AE is #2B2951. Grayscale: #D1D1D1. Windows color (decimal): -2828626 or 11458260. OLE color: 11458260.

HSL color Cylindrical-coordinate representation of color #D4D6AE: hue angle of 63º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4D6AE is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB212214174-
CMYK0.0100.190.16
HSL63º32.79%76.08%-
HSV(B)63º18.69%83.92%-
XYZ58.8465.1549.52-
YUV208.84108.34130.25-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.33%
GREEN value IS 214 (83.98% from 255) = 35.67%
BLUE value IS 174 (68.36% from 255) = 29%
R=35.33%
G=35.67%
B=29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2122141740.0100.190.166332.7976.08
HexD4D6AE1013103f214c
Octal3243262561023207741114
Binary1101010011010110101011101010011100001111111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D6AE; }

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

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

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

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

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

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

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

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