#D7DBAD

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

Shades of Orinoco #D7DBAD

Tints of Orinoco #D7DBAD

Color information

#D7DBAD (or 0xD7DBAD) is unknown color: approx Orinoco. HEX triplet: D7, DB and AD. RGB value is (215,219,173). Sum of RGB (Red+Green+Blue) = 215+219+173=607 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.42% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DBAD is #282452. Grayscale: #D4D4D4. Windows color (decimal): -2630739 or 11394007. OLE color: 11394007.

HSL color Cylindrical-coordinate representation of color #D7DBAD: hue angle of 65.22º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7DBAD is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB215219173-
CMYK0.0200.210.14
HSL65.22º38.98%76.86%-
HSV(B)65.22º21%85.88%-
XYZ60.968.1349.48-
YUV212.56105.67129.74-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.42%
GREEN value IS 219 (85.94% from 255) = 36.08%
BLUE value IS 173 (67.97% from 255) = 28.50%
R=35.42%
G=36.08%
B=28.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2152191730.0200.210.1465.2238.9876.86
HexD7DBAD2015E41274d
Octal32733325520251610147115
Binary11010111110110111010110110010101111010000011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DBAD; }

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

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

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

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

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

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

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

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