Html Css Color HEX #D18A03 Dark Goldenrod

📋 copy color: '#D18A03'

red 209 ◦ green 138 ◦ blue 3

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

Shades of Dark Goldenrod #D18A03

Tints of Dark Goldenrod #D18A03

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.43%

 BLUE value IS 3 (1.56% from 255) = 0.86%

R = 59.71%
G = 39.43%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D18A03 (or 0xD18A03) is known color: Dark Goldenrod. HEX triplet: D1, 8A and 03. RGB value is (209,138,3). Sum of RGB (Red+Green+Blue) = 209+138+3=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 3 (1.56% from 255 or 0.86% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18A03 is #2E75FC. Grayscale: #909090. Windows color (decimal): -3044861 or 232145. OLE color: 232145.

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

Color convert

RGB 209 138 3 -
CMYK 0 0.34 0.99 0.18
HSL 39.32º 0.97% 0.42% -
HSV(B) 39.32º 0.99% 0.82% -
XYZ 35.4 31.74 4.35 -
YUV 143.84 48.52 174.48 -
System Red Green Blue C M Y K H S L
Decimal 209 138 3 0 0.34 0.99 0.18 39.32 0.97 0.42
Hex D1 8A 3 0 22 63 12 27 61 2A
Octal 321 212 3 0 42 143 22 47 141 52
Binary 11010001 10001010 11 0 100010 1100011 10010 100111 1100001 101010

Color Harmonies of #D18A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18A03

Black with #D18A03

Text Example


Text Example

White with #D18A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18A03; }

 p { color: rgb(209,138,3); }

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

background-color css

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

 a { background-color: rgb(209,138,3); }

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

border-color css

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

 span { border-color: rgb(209,138,3); }

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