#D7DBAC

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

Shades of Orinoco #D7DBAC

Tints of Orinoco #D7DBAC

Color information

#D7DBAC (or 0xD7DBAC) is unknown color: approx Orinoco. HEX triplet: D7, DB and AC. RGB value is (215,219,172). Sum of RGB (Red+Green+Blue) = 215+219+172=606 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.48% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 172 (67.58% from 255 or 28.38% from 606); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DBAC is #282453. Grayscale: #D4D4D4. Windows color (decimal): -2630740 or 11328471. OLE color: 11328471.

HSL color Cylindrical-coordinate representation of color #D7DBAC: hue angle of 65.11º 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 #D7DBAC is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB215219172-
CMYK0.0200.210.14
HSL65.11º39.5%76.67%-
HSV(B)65.11º21.46%85.88%-
XYZ60.868.0948.97-
YUV212.45105.17129.82-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.48%
GREEN value IS 219 (85.94% from 255) = 36.14%
BLUE value IS 172 (67.58% from 255) = 28.38%
R=35.48%
G=36.14%
B=28.38%

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
Decimal2152191720.0200.210.1465.1139.576.67
HexD7DBAC2015E41274d
Octal32733325420251610147115
Binary11010111110110111010110010010101111010000011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DBAC; }

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

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

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

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

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

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

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

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