#D0D4A1

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

Shades of Orinoco #D0D4A1

Tints of Orinoco #D0D4A1

Color information

#D0D4A1 (or 0xD0D4A1) is unknown color: approx Orinoco. HEX triplet: D0, D4 and A1. RGB value is (208,212,161). Sum of RGB (Red+Green+Blue) = 208+212+161=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 212 (83.20% from 255 or 36.49% from 581); Blue value is 161 (63.28% from 255 or 27.71% from 581); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D4A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D4A1 is #2F2B5E. Grayscale: #CDCDCD. Windows color (decimal): -3091295 or 10605776. OLE color: 10605776.

HSL color Cylindrical-coordinate representation of color #D0D4A1: hue angle of 64.71º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0D4A1 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB208212161-
CMYK0.0200.240.17
HSL64.71º37.23%73.14%-
HSV(B)64.71º24.06%83.14%-
XYZ55.9963.0742.94-
YUV204.99103.17130.15-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.80%
GREEN value IS 212 (83.20% from 255) = 36.49%
BLUE value IS 161 (63.28% from 255) = 27.71%
R=35.80%
G=36.49%
B=27.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2082121610.0200.240.1764.7137.2373.14
HexD0D4A1201811412549
Octal32032424120302110145111
Binary110100001101010010100001100110001000110000011001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D4A1; }

 p { color: rgb(208,212,161); }

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

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

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

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

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

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

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