Html Css Color HEX #C37507 Dark Goldenrod

📋 copy color: '#C37507'

red 195 ◦ green 117 ◦ blue 7

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

Shades of Dark Goldenrod #C37507

Tints of Dark Goldenrod #C37507

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.68%

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

R = 61.13%
G = 36.68%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C37507 (or 0xC37507) is known color: Dark Goldenrod. HEX triplet: C3, 75 and 07. RGB value is (195,117,7). Sum of RGB (Red+Green+Blue) = 195+117+7=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 7 (3.12% from 255 or 2.19% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C37507 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37507 is #3C8AF8. Grayscale: #808080. Windows color (decimal): -3967737 or 488899. OLE color: 488899.

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

Color convert

RGB 195 117 7 -
CMYK 0 0.4 0.96 0.24
HSL 35.11º 0.93% 0.4% -
HSV(B) 35.11º 0.96% 0.76% -
XYZ 28.91 24.34 3.38 -
YUV 127.78 59.84 175.94 -
System Red Green Blue C M Y K H S L
Decimal 195 117 7 0 0.4 0.96 0.24 35.11 0.93 0.4
Hex C3 75 7 0 28 60 18 23 5D 28
Octal 303 165 7 0 50 140 30 43 135 50
Binary 11000011 1110101 111 0 101000 1100000 11000 100011 1011101 101000

Color Harmonies of #C37507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37507

Black with #C37507

Text Example


Text Example

White with #C37507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37507; }

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

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

background-color css

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

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

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

border-color css

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

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

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