Html Css Color HEX #A37D03 Dark Goldenrod

📋 copy color: '#A37D03'

red 163 ◦ green 125 ◦ blue 3

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

Shades of Dark Goldenrod #A37D03

Tints of Dark Goldenrod #A37D03

RGB

 RED value IS 163 (64.06% from 255) = 56.01%

 GREEN value IS 125 (49.22% from 255) = 42.96%

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

R = 56.01%
G = 42.96%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A37D03 (or 0xA37D03) is known color: Dark Goldenrod. HEX triplet: A3, 7D and 03. RGB value is (163,125,3). Sum of RGB (Red+Green+Blue) = 163+125+3=291 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.01% from 291); Green value is 125 (49.22% from 255 or 42.96% from 291); Blue value is 3 (1.56% from 255 or 1.03% from 291); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37D03 is #5C82FC. Grayscale: #7A7A7A. Windows color (decimal): -6062845 or 228771. OLE color: 228771.

HSL color Cylindrical-coordinate representation of color #A37D03: hue angle of 45.75º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A37D03 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 125 3 -
CMYK 0 0.23 0.98 0.36
HSL 45.75º 0.96% 0.33% -
HSV(B) 45.75º 0.98% 0.64% -
XYZ 22.45 22.46 3.24 -
YUV 122.45 60.59 156.92 -
System Red Green Blue C M Y K H S L
Decimal 163 125 3 0 0.23 0.98 0.36 45.75 0.96 0.33
Hex A3 7D 3 0 17 62 24 2E 60 21
Octal 243 175 3 0 27 142 44 56 140 41
Binary 10100011 1111101 11 0 10111 1100010 100100 101110 1100000 100001

Color Harmonies of #A37D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37D03

Black with #A37D03

Text Example


Text Example

White with #A37D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37D03; }

 p { color: rgb(163,125,3); }

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

background-color css

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

 a { background-color: rgb(163,125,3); }

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

border-color css

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

 span { border-color: rgb(163,125,3); }

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