#D2D6A3

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

Shades of Orinoco #D2D6A3

Tints of Orinoco #D2D6A3

Color information

#D2D6A3 (or 0xD2D6A3) is unknown color: approx Orinoco. HEX triplet: D2, D6 and A3. RGB value is (210,214,163). Sum of RGB (Red+Green+Blue) = 210+214+163=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 163 (64.06% from 255 or 27.77% from 587); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D6A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D6A3 is #2D295C. Grayscale: #CFCFCF. Windows color (decimal): -2959709 or 10737362. OLE color: 10737362.

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

Color convert

RGB210214163-
CMYK0.0200.240.16
HSL64.71º38.35%73.92%-
HSV(B)64.71º23.83%83.92%-
XYZ57.2464.4444.07-
YUV206.99103.17130.15-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.78%
GREEN value IS 214 (83.98% from 255) = 36.46%
BLUE value IS 163 (64.06% from 255) = 27.77%
R=35.78%
G=36.46%
B=27.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102141630.0200.240.1664.7138.3573.92
HexD2D6A320181041264a
Octal32232624320302010146112
Binary110100101101011010100011100110001000010000011001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D6A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D6A3; }

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

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

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

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

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

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

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

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