#D0D8AA

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

Shades of Orinoco #D0D8AA

Tints of Orinoco #D0D8AA

Color information

#D0D8AA (or 0xD0D8AA) is unknown color: approx Orinoco. HEX triplet: D0, D8 and AA. RGB value is (208,216,170). Sum of RGB (Red+Green+Blue) = 208+216+170=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 216 (84.77% from 255 or 36.36% from 594); Blue value is 170 (66.80% from 255 or 28.62% from 594); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D8AA is #2F2755. Grayscale: #D0D0D0. Windows color (decimal): -3090262 or 11196624. OLE color: 11196624.

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

Color convert

RGB208216170-
CMYK0.0400.210.15
HSL70.43º37.1%75.69%-
HSV(B)70.43º21.3%84.71%-
XYZ57.8265.4247.61-
YUV208.36106.35127.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.02%
GREEN value IS 216 (84.77% from 255) = 36.36%
BLUE value IS 170 (66.80% from 255) = 28.62%
R=35.02%
G=36.36%
B=28.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2082161700.0400.210.1570.4337.175.69
HexD0D8AA4015F46254c
Octal32033025240251710645114
Binary110100001101100010101010100010101111110001101001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D8AA; }

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

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

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

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

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

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

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

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