Html Css Color HEX #C47503 Dark Goldenrod

📋 copy color: '#C47503'

red 196 ◦ green 117 ◦ blue 3

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

Shades of Dark Goldenrod #C47503

Tints of Dark Goldenrod #C47503

RGB

 RED value IS 196 (76.95% from 255) = 62.03%

 GREEN value IS 117 (46.09% from 255) = 37.03%

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

R = 62.03%
G = 37.03%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C47503 (or 0xC47503) is known color: Dark Goldenrod. HEX triplet: C4, 75 and 03. RGB value is (196,117,3). Sum of RGB (Red+Green+Blue) = 196+117+3=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 3 (1.56% from 255 or 0.95% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C47503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47503 is #3B8AFC. Grayscale: #808080. Windows color (decimal): -3902205 or 226756. OLE color: 226756.

HSL color Cylindrical-coordinate representation of color #C47503: hue angle of 35.44º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C47503 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 117 3 -
CMYK 0 0.40 0.98 0.23
HSL 35.44º 0.97% 0.39% -
HSV(B) 35.44º 0.98% 0.77% -
XYZ 29.14 24.46 3.27 -
YUV 127.63 57.67 176.77 -
System Red Green Blue C M Y K H S L
Decimal 196 117 3 0 0.40 0.98 0.23 35.44 0.97 0.39
Hex C4 75 3 0 28 62 17 23 61 27
Octal 304 165 3 0 50 142 27 43 141 47
Binary 11000100 1110101 11 0 101000 1100010 10111 100011 1100001 100111

Color Harmonies of #C47503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47503

Black with #C47503

Text Example


Text Example

White with #C47503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47503; }

 p { color: rgb(196,117,3); }

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

background-color css

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

 a { background-color: rgb(196,117,3); }

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

border-color css

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

 span { border-color: rgb(196,117,3); }

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