#D0D79D

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

Shades of Orinoco #D0D79D

Tints of Orinoco #D0D79D

Color information

#D0D79D (or 0xD0D79D) is unknown color: approx Orinoco. HEX triplet: D0, D7 and 9D. RGB value is (208,215,157). Sum of RGB (Red+Green+Blue) = 208+215+157=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 215 (84.38% from 255 or 37.07% from 580); Blue value is 157 (61.72% from 255 or 27.07% from 580); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D79D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D79D is #2F2862. Grayscale: #CECECE. Windows color (decimal): -3090531 or 10344400. OLE color: 10344400.

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

Color convert

RGB208215157-
CMYK0.0300.270.16
HSL67.24º42.03%72.94%-
HSV(B)67.24º26.98%84.31%-
XYZ56.464.4541.36-
YUV206.3100.18129.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.86%
GREEN value IS 215 (84.38% from 255) = 37.07%
BLUE value IS 157 (61.72% from 255) = 27.07%
R=35.86%
G=37.07%
B=27.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2082151570.0300.270.1667.2442.0372.94
HexD0D79D301B10432a49
Octal32032723530332010352111
Binary110100001101011110011101110110111000010000111010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D79D; }

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

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

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

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

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

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

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

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