#D7DDAD

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

Shades of Orinoco #D7DDAD

Tints of Orinoco #D7DDAD

Color information

#D7DDAD (or 0xD7DDAD) is unknown color: approx Orinoco. HEX triplet: D7, DD and AD. RGB value is (215,221,173). Sum of RGB (Red+Green+Blue) = 215+221+173=609 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.30% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 173 (67.97% from 255 or 28.41% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DDAD is #282252. Grayscale: #D5D5D5. Windows color (decimal): -2630227 or 11394519. OLE color: 11394519.

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

Color convert

RGB215221173-
CMYK0.0300.220.13
HSL67.5º41.38%77.25%-
HSV(B)67.5º21.72%86.67%-
XYZ61.4269.1849.65-
YUV213.73105.01128.9-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.30%
GREEN value IS 221 (86.72% from 255) = 36.29%
BLUE value IS 173 (67.97% from 255) = 28.41%
R=35.30%
G=36.29%
B=28.41%

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
Decimal2152211730.0300.220.1367.541.3877.25
HexD7DDAD3016D44294d
Octal32733525530261510451115
Binary11010111110111011010110111010110110110001001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DDAD; }

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

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

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

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

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

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

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

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