#D4D79D

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

Shades of Orinoco #D4D79D

Tints of Orinoco #D4D79D

Color information

#D4D79D (or 0xD4D79D) is unknown color: approx Orinoco. HEX triplet: D4, D7 and 9D. RGB value is (212,215,157). Sum of RGB (Red+Green+Blue) = 212+215+157=584 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.30% from 584); Green value is 215 (84.38% from 255 or 36.82% from 584); Blue value is 157 (61.72% from 255 or 26.88% from 584); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D79D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D79D is #2B2862. Grayscale: #CFCFCF. Windows color (decimal): -2828387 or 10344404. OLE color: 10344404.

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

Color convert

RGB212215157-
CMYK0.0100.270.16
HSL63.1º42.03%72.94%-
HSV(B)63.1º26.98%84.31%-
XYZ57.5465.0341.42-
YUV207.4999.51131.22-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.30%
GREEN value IS 215 (84.38% from 255) = 36.82%
BLUE value IS 157 (61.72% from 255) = 26.88%
R=36.30%
G=36.82%
B=26.88%

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
Decimal2122151570.0100.270.1663.142.0372.94
HexD4D79D101B103f2a49
Octal3243272351033207752111
Binary1101010011010111100111011011011100001111111010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D79D; }

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

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

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

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

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

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

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

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