#D2DAA6

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

Shades of Orinoco #D2DAA6

Tints of Orinoco #D2DAA6

Color information

#D2DAA6 (or 0xD2DAA6) is unknown color: approx Orinoco. HEX triplet: D2, DA and A6. RGB value is (210,218,166). Sum of RGB (Red+Green+Blue) = 210+218+166=594 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.35% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 166 (65.23% from 255 or 27.95% from 594); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DAA6 is #2D2559. Grayscale: #D1D1D1. Windows color (decimal): -2958682 or 10934994. OLE color: 10934994.

HSL color Cylindrical-coordinate representation of color #D2DAA6: hue angle of 69.23º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2DAA6 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB210218166-
CMYK0.0400.240.15
HSL69.23º41.27%75.29%-
HSV(B)69.23º23.85%85.49%-
XYZ58.5366.645.85-
YUV209.68103.35128.23-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.35%
GREEN value IS 218 (85.55% from 255) = 36.70%
BLUE value IS 166 (65.23% from 255) = 27.95%
R=35.35%
G=36.70%
B=27.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102181660.0400.240.1569.2341.2775.29
HexD2DAA64018F45294b
Octal32233224640301710551113
Binary110100101101101010100110100011000111110001011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DAA6; }

 p { color: rgb(210,218,166); }

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

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

 a { background-color: rgb(210,218,166); }

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

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

 span { border-color: rgb(210,218,166); }

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