Html Css Color HEX #D18B00 Dark Goldenrod

📋 copy color: '#D18B00'

red 209 ◦ green 139 ◦ blue 0

#D18B00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #D18B00

Tints of Dark Goldenrod #D18B00

RGB

 RED value IS 209 (82.03% from 255) = 60.06%

 GREEN value IS 139 (54.69% from 255) = 39.94%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.06%
G = 39.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D18B00 (or 0xD18B00) is known color: Dark Goldenrod. HEX triplet: D1, 8B and 00. RGB value is (209,139,0). Sum of RGB (Red+Green+Blue) = 209+139+0=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18B00 is #2E74FF. Grayscale: #909090. Windows color (decimal): -3044608 or 35793. OLE color: 35793.

HSL color Cylindrical-coordinate representation of color #D18B00: hue angle of 39.9º 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 #D18B00 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 139 0 -
CMYK 0 0.33 1 0.18
HSL 39.9º 1% 0.41% -
HSV(B) 39.9º 1% 0.82% -
XYZ 35.53 32.02 4.31 -
YUV 144.08 46.69 174.3 -
System Red Green Blue C M Y K H S L
Decimal 209 139 0 0 0.33 1 0.18 39.9 1 0.41
Hex D1 8B 0 0 21 64 12 28 64 29
Octal 321 213 0 0 41 144 22 50 144 51
Binary 11010001 10001011 0 0 100001 1100100 10010 101000 1100100 101001

Color Harmonies of #D18B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18B00

Black with #D18B00

Text Example


Text Example

White with #D18B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18B00; }

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

 H1.HeaderClassName
 {
   color: #D18B00;
 }
 .AnyTagClassName
 {
   color: #D18B00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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