#D0D1AC

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

Shades of Orinoco #D0D1AC

Tints of Orinoco #D0D1AC

Color information

#D0D1AC (or 0xD0D1AC) is unknown color: approx Orinoco. HEX triplet: D0, D1 and AC. RGB value is (208,209,172). Sum of RGB (Red+Green+Blue) = 208+209+172=589 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.31% from 589); Green value is 209 (82.03% from 255 or 35.48% from 589); Blue value is 172 (67.58% from 255 or 29.20% from 589); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D1AC is #2F2E53. Grayscale: #CCCCCC. Windows color (decimal): -3092052 or 11325904. OLE color: 11325904.

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

Color convert

RGB208209172-
CMYK0.0000.180.18
HSL61.62º28.68%74.71%-
HSV(B)61.62º17.7%81.96%-
XYZ56.2661.9948.03-
YUV204.48109.67130.51-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.31%
GREEN value IS 209 (82.03% from 255) = 35.48%
BLUE value IS 172 (67.58% from 255) = 29.20%
R=35.31%
G=35.48%
B=29.20%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082091720.0000.180.1861.6228.6874.71
HexD0D1AC0012123e1d4b
Octal3203212540022227635113
Binary110100001101000110101100001001010010111110111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D1AC; }

 p { color: rgb(208,209,172); }

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

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

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

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

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

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

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