Html Css Color HEX #C47205 Dark Goldenrod

📋 copy color: '#C47205'

red 196 ◦ green 114 ◦ blue 5

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

Shades of Dark Goldenrod #C47205

Tints of Dark Goldenrod #C47205

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.19%

 BLUE value IS 5 (2.34% from 255) = 1.59%

R = 62.22%
G = 36.19%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C47205 (or 0xC47205) is known color: Dark Goldenrod. HEX triplet: C4, 72 and 05. RGB value is (196,114,5). Sum of RGB (Red+Green+Blue) = 196+114+5=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 5 (2.34% from 255 or 1.59% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C47205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47205 is #3B8DFA. Grayscale: #7E7E7E. Windows color (decimal): -3902971 or 357060. OLE color: 357060.

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

Color convert

RGB 196 114 5 -
CMYK 0 0.42 0.97 0.23
HSL 34.24º 0.95% 0.39% -
HSV(B) 34.24º 0.97% 0.77% -
XYZ 28.81 23.78 3.22 -
YUV 126.09 59.67 177.86 -
System Red Green Blue C M Y K H S L
Decimal 196 114 5 0 0.42 0.97 0.23 34.24 0.95 0.39
Hex C4 72 5 0 2A 61 17 22 5F 27
Octal 304 162 5 0 52 141 27 42 137 47
Binary 11000100 1110010 101 0 101010 1100001 10111 100010 1011111 100111

Color Harmonies of #C47205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47205

Black with #C47205

Text Example


Text Example

White with #C47205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47205; }

 p { color: rgb(196,114,5); }

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

background-color css

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

 a { background-color: rgb(196,114,5); }

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

border-color css

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

 span { border-color: rgb(196,114,5); }

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