#D4D79E

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

Shades of Orinoco #D4D79E

Tints of Orinoco #D4D79E

Color information

#D4D79E (or 0xD4D79E) is unknown color: approx Orinoco. HEX triplet: D4, D7 and 9E. RGB value is (212,215,158). Sum of RGB (Red+Green+Blue) = 212+215+158=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 215 (84.38% from 255 or 36.75% from 585); Blue value is 158 (62.11% from 255 or 27.01% from 585); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D79E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D79E is #2B2861. Grayscale: #CFCFCF. Windows color (decimal): -2828386 or 10409940. OLE color: 10409940.

HSL color Cylindrical-coordinate representation of color #D4D79E: hue angle of 63.16º 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 #D4D79E is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB212215158-
CMYK0.0100.270.16
HSL63.16º41.61%73.14%-
HSV(B)63.16º26.51%84.31%-
XYZ57.6265.0741.87-
YUV207.6100.01131.13-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.24%
GREEN value IS 215 (84.38% from 255) = 36.75%
BLUE value IS 158 (62.11% from 255) = 27.01%
R=36.24%
G=36.75%
B=27.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2122151580.0100.270.1663.1641.6173.14
HexD4D79E101B103f2a49
Octal3243272361033207752111
Binary1101010011010111100111101011011100001111111010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D79E; }

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

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

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

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

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

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

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

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