#D7DDAC

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

Shades of Orinoco #D7DDAC

Tints of Orinoco #D7DDAC

Color information

#D7DDAC (or 0xD7DDAC) is unknown color: approx Orinoco. HEX triplet: D7, DD and AC. RGB value is (215,221,172). Sum of RGB (Red+Green+Blue) = 215+221+172=608 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.36% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 172 (67.58% from 255 or 28.29% from 608); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DDAC is #282253. Grayscale: #D5D5D5. Windows color (decimal): -2630228 or 11328983. OLE color: 11328983.

HSL color Cylindrical-coordinate representation of color #D7DDAC: hue angle of 67.35º 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 #D7DDAC is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB215221172-
CMYK0.0300.220.13
HSL67.35º41.88%77.06%-
HSV(B)67.35º22.17%86.67%-
XYZ61.3369.1449.14-
YUV213.62104.51128.98-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.36%
GREEN value IS 221 (86.72% from 255) = 36.35%
BLUE value IS 172 (67.58% from 255) = 28.29%
R=35.36%
G=36.35%
B=28.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2152211720.0300.220.1367.3541.8877.06
HexD7DDAC3016D432a4d
Octal32733525430261510352115
Binary11010111110111011010110011010110110110000111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DDAC; }

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

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

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

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

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

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

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

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