#D7DAAD

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

Shades of Orinoco #D7DAAD

Tints of Orinoco #D7DAAD

Color information

#D7DAAD (or 0xD7DAAD) is unknown color: approx Orinoco. HEX triplet: D7, DA and AD. RGB value is (215,218,173). Sum of RGB (Red+Green+Blue) = 215+218+173=606 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.48% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 173 (67.97% from 255 or 28.55% from 606); Max value from RGB is 218 - color contains mainly: green. Hex color #D7DAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DAAD is #282552. Grayscale: #D4D4D4. Windows color (decimal): -2630995 or 11393751. OLE color: 11393751.

HSL color Cylindrical-coordinate representation of color #D7DAAD: hue angle of 64º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7DAAD is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB215218173-
CMYK0.0100.210.15
HSL64º37.82%76.67%-
HSV(B)64º20.64%85.49%-
XYZ60.6467.6149.39-
YUV211.97106.01130.16-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.48%
GREEN value IS 218 (85.55% from 255) = 35.97%
BLUE value IS 173 (67.97% from 255) = 28.55%
R=35.48%
G=35.97%
B=28.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2152181730.0100.210.156437.8276.67
HexD7DAAD1015F40264d
Octal32733225510251710046115
Binary1101011111011010101011011010101111110000001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DAAD; }

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

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

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

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

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

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

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

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