#D2D79E

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

Shades of Orinoco #D2D79E

Tints of Orinoco #D2D79E

Color information

#D2D79E (or 0xD2D79E) is unknown color: approx Orinoco. HEX triplet: D2, D7 and 9E. RGB value is (210,215,158). Sum of RGB (Red+Green+Blue) = 210+215+158=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 215 (84.38% from 255 or 36.88% from 583); Blue value is 158 (62.11% from 255 or 27.10% from 583); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D79E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D79E is #2D2861. Grayscale: #CFCFCF. Windows color (decimal): -2959458 or 10409938. OLE color: 10409938.

HSL color Cylindrical-coordinate representation of color #D2D79E: hue angle of 65.26º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D2D79E is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB210215158-
CMYK0.0200.270.16
HSL65.26º41.61%73.14%-
HSV(B)65.26º26.51%84.31%-
XYZ57.0564.7741.84-
YUV207.01100.34130.13-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.02%
GREEN value IS 215 (84.38% from 255) = 36.88%
BLUE value IS 158 (62.11% from 255) = 27.10%
R=36.02%
G=36.88%
B=27.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102151580.0200.270.1665.2641.6173.14
HexD2D79E201B10412a49
Octal32232723620332010152111
Binary110100101101011110011110100110111000010000011010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D79E; }

 p { color: rgb(210,215,158); }

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

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

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

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

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

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

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