Html Css Color HEX #C47301 Dark Goldenrod

📋 copy color: '#C47301'

red 196 ◦ green 115 ◦ blue 1

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

Shades of Dark Goldenrod #C47301

Tints of Dark Goldenrod #C47301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.86%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 62.82%
G = 36.86%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C47301 (or 0xC47301) is known color: Dark Goldenrod. HEX triplet: C4, 73 and 01. RGB value is (196,115,1). Sum of RGB (Red+Green+Blue) = 196+115+1=312 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.82% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 196 - color contains mainly: red. Hex color #C47301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47301 is #3B8CFE. Grayscale: #7E7E7E. Windows color (decimal): -3902719 or 95172. OLE color: 95172.

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

Color convert

RGB 196 115 1 -
CMYK 0 0.41 0.99 0.23
HSL 35.08º 0.99% 0.39% -
HSV(B) 35.08º 0.99% 0.77% -
XYZ 28.9 24 3.14 -
YUV 126.22 57.34 177.77 -
System Red Green Blue C M Y K H S L
Decimal 196 115 1 0 0.41 0.99 0.23 35.08 0.99 0.39
Hex C4 73 1 0 29 63 17 23 63 27
Octal 304 163 1 0 51 143 27 43 143 47
Binary 11000100 1110011 1 0 101001 1100011 10111 100011 1100011 100111

Color Harmonies of #C47301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47301

Black with #C47301

Text Example


Text Example

White with #C47301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47301; }

 p { color: rgb(196,115,1); }

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

background-color css

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

 a { background-color: rgb(196,115,1); }

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

border-color css

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

 span { border-color: rgb(196,115,1); }

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