#D18900

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

Shades of Dark Goldenrod #D18900

Tints of Dark Goldenrod #D18900

Color information

#D18900 (or 0xD18900) is unknown color: approx Dark Goldenrod. HEX triplet: D1, 89 and 00. RGB value is (209,137,0). Sum of RGB (Red+Green+Blue) = 209+137+0=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D18900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18900 is #2E76FF. Grayscale: #8F8F8F. Windows color (decimal): -3045120 or 35281. OLE color: 35281.

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

Color convert

RGB2091370-
CMYK00.3410.18
HSL39.33º100%40.98%-
HSV(B)39.33º100%81.96%-
XYZ35.2431.454.21-
YUV142.9147.35175.14-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 60.40%
GREEN value IS 137 (53.91% from 255) = 39.60%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.40%
G=39.60%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 1
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209137000.3410.1839.3310040.98
HexD18900226412276429
Octal3212110042144224714451
Binary1101000110001001001000101100100100101001111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18900; }

 p { color: rgb(209,137,0); }

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

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

 a { background-color: rgb(209,137,0); }

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

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

 span { border-color: rgb(209,137,0); }

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