#D0D89F

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

Shades of Orinoco #D0D89F

Tints of Orinoco #D0D89F

Color information

#D0D89F (or 0xD0D89F) is unknown color: approx Orinoco. HEX triplet: D0, D8 and 9F. RGB value is (208,216,159). Sum of RGB (Red+Green+Blue) = 208+216+159=583 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.68% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 159 (62.5% from 255 or 27.27% from 583); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D89F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D89F is #2F2760. Grayscale: #CFCFCF. Windows color (decimal): -3090273 or 10475728. OLE color: 10475728.

HSL color Cylindrical-coordinate representation of color #D0D89F: hue angle of 68.42º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0D89F is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB208216159-
CMYK0.0400.260.15
HSL68.42º42.22%73.53%-
HSV(B)68.42º26.39%84.71%-
XYZ56.8365.0242.36-
YUV207.11100.85128.63-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.68%
GREEN value IS 216 (84.77% from 255) = 37.05%
BLUE value IS 159 (62.5% from 255) = 27.27%
R=35.68%
G=37.05%
B=27.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2082161590.0400.260.1568.4242.2273.53
HexD0D89F401AF442a4a
Octal32033023740321710452112
Binary110100001101100010011111100011010111110001001010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D89F; }

 p { color: rgb(208,216,159); }

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

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

 a { background-color: rgb(208,216,159); }

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

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

 span { border-color: rgb(208,216,159); }

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