#D0D0AB

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

Shades of Orinoco #D0D0AB

Tints of Orinoco #D0D0AB

Color information

#D0D0AB (or 0xD0D0AB) is unknown color: approx Orinoco. HEX triplet: D0, D0 and AB. RGB value is (208,208,171). Sum of RGB (Red+Green+Blue) = 208+208+171=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 171 (67.19% from 255 or 29.13% from 587); Max value from RGB is 208 - color contains mainly: red, green. Hex color #D0D0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D0AB is #2F2F54. Grayscale: #CBCBCB. Windows color (decimal): -3092309 or 11260112. OLE color: 11260112.

HSL color Cylindrical-coordinate representation of color #D0D0AB: hue angle of 60º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0D0AB is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB208208171-
CMYK000.180.18
HSL60º28.24%74.31%-
HSV(B)60º17.79%81.57%-
XYZ55.9261.4647.44-
YUV203.78109.5131.01-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.43%
GREEN value IS 208 (81.64% from 255) = 35.43%
BLUE value IS 171 (67.19% from 255) = 29.13%
R=35.43%
G=35.43%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208208171000.180.186028.2474.31
HexD0D0AB0012123c1c4a
Octal3203202530022227434112
Binary110100001101000010101011001001010010111100111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D0AB; }

 p { color: rgb(208,208,171); }

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

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

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

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

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

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

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