#D2DAA8

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

Shades of Orinoco #D2DAA8

Tints of Orinoco #D2DAA8

Color information

#D2DAA8 (or 0xD2DAA8) is unknown color: approx Orinoco. HEX triplet: D2, DA and A8. RGB value is (210,218,168). Sum of RGB (Red+Green+Blue) = 210+218+168=596 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.23% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 168 (66.02% from 255 or 28.19% from 596); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DAA8 is #2D2557. Grayscale: #D2D2D2. Windows color (decimal): -2958680 or 11066066. OLE color: 11066066.

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

Color convert

RGB210218168-
CMYK0.0400.230.15
HSL69.6º40.32%75.69%-
HSV(B)69.6º22.94%85.49%-
XYZ58.7266.6746.82-
YUV209.91104.35128.07-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.23%
GREEN value IS 218 (85.55% from 255) = 36.58%
BLUE value IS 168 (66.02% from 255) = 28.19%
R=35.23%
G=36.58%
B=28.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102181680.0400.230.1569.640.3275.69
HexD2DAA84017F46284c
Octal32233225040271710650114
Binary110100101101101010101000100010111111110001101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DAA8; }

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

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

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

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

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

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

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

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