#D0D59E

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

Shades of Orinoco #D0D59E

Tints of Orinoco #D0D59E

Color information

#D0D59E (or 0xD0D59E) is unknown color: approx Orinoco. HEX triplet: D0, D5 and 9E. RGB value is (208,213,158). Sum of RGB (Red+Green+Blue) = 208+213+158=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 213 (83.59% from 255 or 36.79% from 579); Blue value is 158 (62.11% from 255 or 27.29% from 579); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D59E is #2F2A61. Grayscale: #CDCDCD. Windows color (decimal): -3091042 or 10409424. OLE color: 10409424.

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

Color convert

RGB208213158-
CMYK0.0200.260.16
HSL65.45º39.57%72.75%-
HSV(B)65.45º25.82%83.53%-
XYZ55.9863.4741.65-
YUV205.24101.34129.97-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.92%
GREEN value IS 213 (83.59% from 255) = 36.79%
BLUE value IS 158 (62.11% from 255) = 27.29%
R=35.92%
G=36.79%
B=27.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2082131580.0200.260.1665.4539.5772.75
HexD0D59E201A10412849
Octal32032523620322010150111
Binary110100001101010110011110100110101000010000011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D59E; }

 p { color: rgb(208,213,158); }

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

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

 a { background-color: rgb(208,213,158); }

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

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

 span { border-color: rgb(208,213,158); }

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