#D6D7AE

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

Shades of Orinoco #D6D7AE

Tints of Orinoco #D6D7AE

Color information

#D6D7AE (or 0xD6D7AE) is unknown color: approx Orinoco. HEX triplet: D6, D7 and AE. RGB value is (214,215,174). Sum of RGB (Red+Green+Blue) = 214+215+174=603 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.49% from 603); Green value is 215 (84.38% from 255 or 35.66% from 603); Blue value is 174 (68.36% from 255 or 28.86% from 603); Max value from RGB is 215 - color contains mainly: green. Hex color #D6D7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D7AE is #292851. Grayscale: #D2D2D2. Windows color (decimal): -2697298 or 11458518. OLE color: 11458518.

HSL color Cylindrical-coordinate representation of color #D6D7AE: hue angle of 61.46º degrees, saturation: 0.34, 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 #D6D7AE is Cyan = 0.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB214215174-
CMYK0.0000.190.16
HSL61.46º33.88%76.27%-
HSV(B)61.46º19.07%84.31%-
XYZ59.6765.9549.63-
YUV210.03107.67130.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.49%
GREEN value IS 215 (84.38% from 255) = 35.66%
BLUE value IS 174 (68.36% from 255) = 28.86%
R=35.49%
G=35.66%
B=28.86%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142151740.0000.190.1661.4633.8876.27
HexD6D7AE0013103d224c
Octal3263272560023207542114
Binary1101011011010111101011100010011100001111011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D7AE; }

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

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

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

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

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

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

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

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