Html Css Color HEX #C07304 Dark Goldenrod

📋 copy color: '#C07304'

red 192 ◦ green 115 ◦ blue 4

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

Shades of Dark Goldenrod #C07304

Tints of Dark Goldenrod #C07304

RGB

 RED value IS 192 (75.39% from 255) = 61.74%

 GREEN value IS 115 (45.31% from 255) = 36.98%

 BLUE value IS 4 (1.95% from 255) = 1.29%

R = 61.74%
G = 36.98%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C07304 (or 0xC07304) is known color: Dark Goldenrod. HEX triplet: C0, 73 and 04. RGB value is (192,115,4). Sum of RGB (Red+Green+Blue) = 192+115+4=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 4 (1.95% from 255 or 1.29% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C07304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07304 is #3F8CFB. Grayscale: #7D7D7D. Windows color (decimal): -4164860 or 291776. OLE color: 291776.

HSL color Cylindrical-coordinate representation of color #C07304: hue angle of 35.43º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C07304 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 115 4 -
CMYK 0 0.40 0.98 0.25
HSL 35.43º 0.96% 0.38% -
HSV(B) 35.43º 0.98% 0.75% -
XYZ 27.89 23.48 3.18 -
YUV 125.37 59.51 175.53 -
System Red Green Blue C M Y K H S L
Decimal 192 115 4 0 0.40 0.98 0.25 35.43 0.96 0.38
Hex C0 73 4 0 28 62 19 23 60 26
Octal 300 163 4 0 50 142 31 43 140 46
Binary 11000000 1110011 100 0 101000 1100010 11001 100011 1100000 100110

Color Harmonies of #C07304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07304

Black with #C07304

Text Example


Text Example

White with #C07304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07304; }

 p { color: rgb(192,115,4); }

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

background-color css

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

 a { background-color: rgb(192,115,4); }

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

border-color css

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

 span { border-color: rgb(192,115,4); }

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