#D0DDAC

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

Shades of Orinoco #D0DDAC

Tints of Orinoco #D0DDAC

Color information

#D0DDAC (or 0xD0DDAC) is unknown color: approx Orinoco. HEX triplet: D0, DD and AC. RGB value is (208,221,172). Sum of RGB (Red+Green+Blue) = 208+221+172=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 172 (67.58% from 255 or 28.62% from 601); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DDAC is #2F2253. Grayscale: #D3D3D3. Windows color (decimal): -3088980 or 11328976. OLE color: 11328976.

HSL color Cylindrical-coordinate representation of color #D0DDAC: hue angle of 75.92º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0DDAC is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB208221172-
CMYK0.0600.220.13
HSL75.92º41.88%77.06%-
HSV(B)75.92º22.17%86.67%-
XYZ59.3268.149.05-
YUV211.53105.69125.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.61%
GREEN value IS 221 (86.72% from 255) = 36.77%
BLUE value IS 172 (67.58% from 255) = 28.62%
R=34.61%
G=36.77%
B=28.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082211720.0600.220.1375.9241.8877.06
HexD0DDAC6016D4c2a4d
Octal32033525460261511452115
Binary110100001101110110101100110010110110110011001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DDAC; }

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

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

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

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

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

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

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

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