#D7D7AD

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

Shades of Orinoco #D7D7AD

Tints of Orinoco #D7D7AD

Color information

#D7D7AD (or 0xD7D7AD) is unknown color: approx Orinoco. HEX triplet: D7, D7 and AD. RGB value is (215,215,173). Sum of RGB (Red+Green+Blue) = 215+215+173=603 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.66% from 603); Green value is 215 (84.38% from 255 or 35.66% from 603); Blue value is 173 (67.97% from 255 or 28.69% from 603); Max value from RGB is 215 - color contains mainly: red, green. Hex color #D7D7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D7AD is #282852. Grayscale: #D2D2D2. Windows color (decimal): -2631763 or 11392983. OLE color: 11392983.

HSL color Cylindrical-coordinate representation of color #D7D7AD: hue angle of 60º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7D7AD is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB215215173-
CMYK000.200.16
HSL60º34.43%76.08%-
HSV(B)60º19.53%84.31%-
XYZ59.8766.0749.13-
YUV210.21107131.42-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.66%
GREEN value IS 215 (84.38% from 255) = 35.66%
BLUE value IS 173 (67.97% from 255) = 28.69%
R=35.66%
G=35.66%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215215173000.200.166034.4376.08
HexD7D7AD0014103c224c
Octal3273272550024207442114
Binary1101011111010111101011010010100100001111001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D7AD; }

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

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

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

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

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

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

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

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