#D2D6AE

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

Shades of Orinoco #D2D6AE

Tints of Orinoco #D2D6AE

Color information

#D2D6AE (or 0xD2D6AE) is unknown color: approx Orinoco. HEX triplet: D2, D6 and AE. RGB value is (210,214,174). Sum of RGB (Red+Green+Blue) = 210+214+174=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 214 (83.98% from 255 or 35.79% from 598); Blue value is 174 (68.36% from 255 or 29.10% from 598); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D6AE is #2D2951. Grayscale: #D0D0D0. Windows color (decimal): -2959698 or 11458258. OLE color: 11458258.

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

Color convert

RGB210214174-
CMYK0.0200.190.16
HSL66º32.79%76.08%-
HSV(B)66º18.69%83.92%-
XYZ58.2664.8549.49-
YUV208.24108.67129.25-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.12%
GREEN value IS 214 (83.98% from 255) = 35.79%
BLUE value IS 174 (68.36% from 255) = 29.10%
R=35.12%
G=35.79%
B=29.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102141740.0200.190.166632.7976.08
HexD2D6AE20131042214c
Octal32232625620232010241114
Binary110100101101011010101110100100111000010000101000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D6AE; }

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

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

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

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

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

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

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

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