Html Css Color HEX #D1830C Dark Goldenrod

📋 copy color: '#D1830C'

red 209 ◦ green 131 ◦ blue 12

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

Shades of Dark Goldenrod #D1830C

Tints of Dark Goldenrod #D1830C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.22%

 BLUE value IS 12 (5.08% from 255) = 3.41%

R = 59.38%
G = 37.22%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1830C (or 0xD1830C) is known color: Dark Goldenrod. HEX triplet: D1, 83 and 0C. RGB value is (209,131,12). Sum of RGB (Red+Green+Blue) = 209+131+12=352 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.38% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 209 - color contains mainly: red. Hex color #D1830C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1830C is #2E7CF3. Grayscale: #8D8D8D. Windows color (decimal): -3046644 or 820177. OLE color: 820177.

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

Color convert

RGB 209 131 12 -
CMYK 0 0.37 0.94 0.18
HSL 36.24º 0.89% 0.43% -
HSV(B) 36.24º 0.94% 0.82% -
XYZ 34.48 29.81 4.29 -
YUV 140.76 55.34 176.68 -
System Red Green Blue C M Y K H S L
Decimal 209 131 12 0 0.37 0.94 0.18 36.24 0.89 0.43
Hex D1 83 C 0 25 5E 12 24 59 2B
Octal 321 203 14 0 45 136 22 44 131 53
Binary 11010001 10000011 1100 0 100101 1011110 10010 100100 1011001 101011

Color Harmonies of #D1830C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1830C

Black with #D1830C

Text Example


Text Example

White with #D1830C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1830C; }

 p { color: rgb(209,131,12); }

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

background-color css

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

 a { background-color: rgb(209,131,12); }

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

border-color css

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

 span { border-color: rgb(209,131,12); }

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