Html Css Color HEX #C37107 Dark Goldenrod

📋 copy color: '#C37107'

red 195 ◦ green 113 ◦ blue 7

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

Shades of Dark Goldenrod #C37107

Tints of Dark Goldenrod #C37107

RGB

 RED value IS 195 (76.56% from 255) = 61.9%

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

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

R = 61.9%
G = 35.87%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C37107 (or 0xC37107) is known color: Dark Goldenrod. HEX triplet: C3, 71 and 07. RGB value is (195,113,7). Sum of RGB (Red+Green+Blue) = 195+113+7=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 7 (3.12% from 255 or 2.22% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C37107 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37107 is #3C8EF8. Grayscale: #7D7D7D. Windows color (decimal): -3968761 or 487875. OLE color: 487875.

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

Color convert

RGB 195 113 7 -
CMYK 0 0.42 0.96 0.24
HSL 33.83º 0.93% 0.4% -
HSV(B) 33.83º 0.96% 0.76% -
XYZ 28.45 23.43 3.22 -
YUV 125.43 61.17 177.62 -
System Red Green Blue C M Y K H S L
Decimal 195 113 7 0 0.42 0.96 0.24 33.83 0.93 0.4
Hex C3 71 7 0 2A 60 18 22 5D 28
Octal 303 161 7 0 52 140 30 42 135 50
Binary 11000011 1110001 111 0 101010 1100000 11000 100010 1011101 101000

Color Harmonies of #C37107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37107

Black with #C37107

Text Example


Text Example

White with #C37107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37107; }

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

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

background-color css

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

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

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

border-color css

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

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

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