Html Css Color HEX #C47207 Dark Goldenrod

📋 copy color: '#C47207'

red 196 ◦ green 114 ◦ blue 7

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

Shades of Dark Goldenrod #C47207

Tints of Dark Goldenrod #C47207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.21%

R = 61.83%
G = 35.96%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C47207 (or 0xC47207) is known color: Dark Goldenrod. HEX triplet: C4, 72 and 07. RGB value is (196,114,7). Sum of RGB (Red+Green+Blue) = 196+114+7=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 7 (3.12% from 255 or 2.21% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C47207 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47207 is #3B8DF8. Grayscale: #7E7E7E. Windows color (decimal): -3902969 or 488132. OLE color: 488132.

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

Color convert

RGB 196 114 7 -
CMYK 0 0.42 0.96 0.23
HSL 33.97º 0.93% 0.4% -
HSV(B) 33.97º 0.96% 0.77% -
XYZ 28.82 23.79 3.27 -
YUV 126.32 60.67 177.7 -
System Red Green Blue C M Y K H S L
Decimal 196 114 7 0 0.42 0.96 0.23 33.97 0.93 0.4
Hex C4 72 7 0 2A 60 17 22 5D 28
Octal 304 162 7 0 52 140 27 42 135 50
Binary 11000100 1110010 111 0 101010 1100000 10111 100010 1011101 101000

Color Harmonies of #C47207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47207

Black with #C47207

Text Example


Text Example

White with #C47207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47207; }

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

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

background-color css

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

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

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

border-color css

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

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

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