#D0DAA9

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

Shades of Orinoco #D0DAA9

Tints of Orinoco #D0DAA9

Color information

#D0DAA9 (or 0xD0DAA9) is unknown color: approx Orinoco. HEX triplet: D0, DA and A9. RGB value is (208,218,169). Sum of RGB (Red+Green+Blue) = 208+218+169=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 169 (66.41% from 255 or 28.40% from 595); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DAA9 is #2F2556. Grayscale: #D1D1D1. Windows color (decimal): -3089751 or 11131600. OLE color: 11131600.

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

Color convert

RGB208218169-
CMYK0.0500.220.15
HSL72.24º39.84%75.88%-
HSV(B)72.24º22.48%85.49%-
XYZ58.2566.4247.29-
YUV209.42105.19126.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.96%
GREEN value IS 218 (85.55% from 255) = 36.64%
BLUE value IS 169 (66.41% from 255) = 28.40%
R=34.96%
G=36.64%
B=28.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2082181690.0500.220.1572.2439.8475.88
HexD0DAA95016F48284c
Octal32033225150261711050114
Binary110100001101101010101001101010110111110010001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DAA9; }

 p { color: rgb(208,218,169); }

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

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

 a { background-color: rgb(208,218,169); }

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

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

 span { border-color: rgb(208,218,169); }

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