Html Css Color HEX #C47107 Dark Goldenrod

📋 copy color: '#C47107'

red 196 ◦ green 113 ◦ blue 7

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

Shades of Dark Goldenrod #C47107

Tints of Dark Goldenrod #C47107

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.76%

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

R = 62.03%
G = 35.76%
B = 2.22%

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

#C47107 (or 0xC47107) is known color: Dark Goldenrod. HEX triplet: C4, 71 and 07. RGB value is (196,113,7). Sum of RGB (Red+Green+Blue) = 196+113+7=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 7 (3.12% from 255 or 2.22% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C47107 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47107 is #3B8EF8. Grayscale: #7E7E7E. Windows color (decimal): -3903225 or 487876. OLE color: 487876.

HSL color Cylindrical-coordinate representation of color #C47107: hue angle of 33.65º 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 #C47107 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 113 7 -
CMYK 0 0.42 0.96 0.23
HSL 33.65º 0.93% 0.4% -
HSV(B) 33.65º 0.96% 0.77% -
XYZ 28.71 23.56 3.24 -
YUV 125.73 61 178.12 -
System Red Green Blue C M Y K H S L
Decimal 196 113 7 0 0.42 0.96 0.23 33.65 0.93 0.4
Hex C4 71 7 0 2A 60 17 22 5D 28
Octal 304 161 7 0 52 140 27 42 135 50
Binary 11000100 1110001 111 0 101010 1100000 10111 100010 1011101 101000

Color Harmonies of #C47107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47107

Black with #C47107

Text Example


Text Example

White with #C47107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47107; }

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

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

background-color css

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

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

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

border-color css

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

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

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