#D0D4AB

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

Shades of Orinoco #D0D4AB

Tints of Orinoco #D0D4AB

Color information

#D0D4AB (or 0xD0D4AB) is unknown color: approx Orinoco. HEX triplet: D0, D4 and AB. RGB value is (208,212,171). Sum of RGB (Red+Green+Blue) = 208+212+171=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 171 (67.19% from 255 or 28.93% from 591); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D4AB is #2F2B54. Grayscale: #CECECE. Windows color (decimal): -3091285 or 11261136. OLE color: 11261136.

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

Color convert

RGB208212171-
CMYK0.0200.190.17
HSL65.85º32.28%75.1%-
HSV(B)65.85º19.34%83.14%-
XYZ56.9163.4447.77-
YUV206.13108.17129.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.19%
GREEN value IS 212 (83.20% from 255) = 35.87%
BLUE value IS 171 (67.19% from 255) = 28.93%
R=35.19%
G=35.87%
B=28.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2082121710.0200.190.1765.8532.2875.1
HexD0D4AB20131142204b
Octal32032425320232110240113
Binary110100001101010010101011100100111000110000101000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D4AB; }

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

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

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

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

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

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

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

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