#D0890F

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

Shades of Dark Goldenrod #D0890F

Tints of Dark Goldenrod #D0890F

Color information

#D0890F (or 0xD0890F) is unknown color: approx Dark Goldenrod. HEX triplet: D0, 89 and 0F. RGB value is (208,137,15). Sum of RGB (Red+Green+Blue) = 208+137+15=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 15 (6.25% from 255 or 4.17% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D0890F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0890F is #2F76F0. Grayscale: #909090. Windows color (decimal): -3110641 or 1018320. OLE color: 1018320.

HSL color Cylindrical-coordinate representation of color #D0890F: hue angle of 37.93º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0890F is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB20813715-
CMYK00.340.930.18
HSL37.93º86.55%43.73%-
HSV(B)37.93º92.79%81.57%-
XYZ35.0431.344.65-
YUV144.3255.02173.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 57.78%
GREEN value IS 137 (53.91% from 255) = 38.06%
BLUE value IS 15 (6.25% from 255) = 4.17%
R=57.78%
G=38.06%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081371500.340.930.1837.9386.5543.73
HexD089F0225D1226572c
Octal32021117042135224612754
Binary1101000010001001111101000101011101100101001101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0890F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0890F; }

 p { color: rgb(208,137,15); }

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

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

 a { background-color: rgb(208,137,15); }

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

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

 span { border-color: rgb(208,137,15); }

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