#D6D8AE

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

Shades of Orinoco #D6D8AE

Tints of Orinoco #D6D8AE

Color information

#D6D8AE (or 0xD6D8AE) is unknown color: approx Orinoco. HEX triplet: D6, D8 and AE. RGB value is (214,216,174). Sum of RGB (Red+Green+Blue) = 214+216+174=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 216 (84.77% from 255 or 35.76% from 604); Blue value is 174 (68.36% from 255 or 28.81% from 604); Max value from RGB is 216 - color contains mainly: green. Hex color #D6D8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D8AE is #292751. Grayscale: #D2D2D2. Windows color (decimal): -2697042 or 11458774. OLE color: 11458774.

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

Color convert

RGB214216174-
CMYK0.0100.190.15
HSL62.86º35%76.47%-
HSV(B)62.86º19.44%84.71%-
XYZ59.9366.4649.71-
YUV210.61107.34130.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.43%
GREEN value IS 216 (84.77% from 255) = 35.76%
BLUE value IS 174 (68.36% from 255) = 28.81%
R=35.43%
G=35.76%
B=28.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2142161740.0100.190.1562.863576.47
HexD6D8AE1013F3f234c
Octal3263302561023177743114
Binary110101101101100010101110101001111111111111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D8AE; }

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

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

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

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

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

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

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

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