#D2D6AF

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

Shades of Orinoco #D2D6AF

Tints of Orinoco #D2D6AF

Color information

#D2D6AF (or 0xD2D6AF) is unknown color: approx Orinoco. HEX triplet: D2, D6 and AF. RGB value is (210,214,175). Sum of RGB (Red+Green+Blue) = 210+214+175=599 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.06% from 599); Green value is 214 (83.98% from 255 or 35.73% from 599); Blue value is 175 (68.75% from 255 or 29.22% from 599); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D6AF is #2D2950. Grayscale: #D0D0D0. Windows color (decimal): -2959697 or 11523794. OLE color: 11523794.

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

Color convert

RGB210214175-
CMYK0.0200.180.16
HSL66.15º32.23%76.27%-
HSV(B)66.15º18.22%83.92%-
XYZ58.3664.8950.01-
YUV208.36109.17129.17-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.06%
GREEN value IS 214 (83.98% from 255) = 35.73%
BLUE value IS 175 (68.75% from 255) = 29.22%
R=35.06%
G=35.73%
B=29.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102141750.0200.180.1666.1532.2376.27
HexD2D6AF20121042204c
Octal32232625720222010240114
Binary110100101101011010101111100100101000010000101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D6AF; }

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

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

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

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

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

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

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

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