#D0D8AD

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

Shades of Orinoco #D0D8AD

Tints of Orinoco #D0D8AD

Color information

#D0D8AD (or 0xD0D8AD) is unknown color: approx Orinoco. HEX triplet: D0, D8 and AD. RGB value is (208,216,173). Sum of RGB (Red+Green+Blue) = 208+216+173=597 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.84% from 597); Green value is 216 (84.77% from 255 or 36.18% from 597); Blue value is 173 (67.97% from 255 or 28.98% from 597); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D8AD is #2F2752. Grayscale: #D0D0D0. Windows color (decimal): -3090259 or 11393232. OLE color: 11393232.

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

Color convert

RGB208216173-
CMYK0.0400.200.15
HSL71.16º35.54%76.27%-
HSV(B)71.16º19.91%84.71%-
XYZ58.1165.5449.12-
YUV208.71107.85127.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.84%
GREEN value IS 216 (84.77% from 255) = 36.18%
BLUE value IS 173 (67.97% from 255) = 28.98%
R=34.84%
G=36.18%
B=28.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2082161730.0400.200.1571.1635.5476.27
HexD0D8AD4014F47244c
Octal32033025540241710744114
Binary110100001101100010101101100010100111110001111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D8AD; }

 p { color: rgb(208,216,173); }

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

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

 a { background-color: rgb(208,216,173); }

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

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

 span { border-color: rgb(208,216,173); }

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