Html Css Color HEX #D1840A Dark Goldenrod

📋 copy color: '#D1840A'

red 209 ◦ green 132 ◦ blue 10

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

Shades of Dark Goldenrod #D1840A

Tints of Dark Goldenrod #D1840A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.61%

 BLUE value IS 10 (4.3% from 255) = 2.85%

R = 59.54%
G = 37.61%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D1840A (or 0xD1840A) is known color: Dark Goldenrod. HEX triplet: D1, 84 and 0A. RGB value is (209,132,10). Sum of RGB (Red+Green+Blue) = 209+132+10=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 10 (4.30% from 255 or 2.85% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D1840A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1840A is #2E7BF5. Grayscale: #8D8D8D. Windows color (decimal): -3046390 or 689361. OLE color: 689361.

HSL color Cylindrical-coordinate representation of color #D1840A: hue angle of 36.78º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D1840A is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 132 10 -
CMYK 0 0.37 0.95 0.18
HSL 36.78º 0.91% 0.43% -
HSV(B) 36.78º 0.95% 0.82% -
XYZ 34.6 30.08 4.27 -
YUV 141.12 54.01 176.42 -
System Red Green Blue C M Y K H S L
Decimal 209 132 10 0 0.37 0.95 0.18 36.78 0.91 0.43
Hex D1 84 A 0 25 5F 12 25 5B 2B
Octal 321 204 12 0 45 137 22 45 133 53
Binary 11010001 10000100 1010 0 100101 1011111 10010 100101 1011011 101011

Color Harmonies of #D1840A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1840A

Black with #D1840A

Text Example


Text Example

White with #D1840A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1840A; }

 p { color: rgb(209,132,10); }

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

background-color css

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

 a { background-color: rgb(209,132,10); }

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

border-color css

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

 span { border-color: rgb(209,132,10); }

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