Html Css Color HEX #C07104 Dark Goldenrod

📋 copy color: '#C07104'

red 192 ◦ green 113 ◦ blue 4

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

Shades of Dark Goldenrod #C07104

Tints of Dark Goldenrod #C07104

RGB

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

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

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

R = 62.14%
G = 36.57%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C07104 (or 0xC07104) is known color: Dark Goldenrod. HEX triplet: C0, 71 and 04. RGB value is (192,113,4). Sum of RGB (Red+Green+Blue) = 192+113+4=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 4 (1.95% from 255 or 1.29% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C07104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07104 is #3F8EFB. Grayscale: #7C7C7C. Windows color (decimal): -4165372 or 291264. OLE color: 291264.

HSL color Cylindrical-coordinate representation of color #C07104: hue angle of 34.79º 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 #C07104 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 113 4 -
CMYK 0 0.41 0.98 0.25
HSL 34.79º 0.96% 0.38% -
HSV(B) 34.79º 0.98% 0.75% -
XYZ 27.67 23.03 3.1 -
YUV 124.2 60.17 176.36 -
System Red Green Blue C M Y K H S L
Decimal 192 113 4 0 0.41 0.98 0.25 34.79 0.96 0.38
Hex C0 71 4 0 29 62 19 23 60 26
Octal 300 161 4 0 51 142 31 43 140 46
Binary 11000000 1110001 100 0 101001 1100010 11001 100011 1100000 100110

Color Harmonies of #C07104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07104

Black with #C07104

Text Example


Text Example

White with #C07104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07104; }

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

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

background-color css

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

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

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

border-color css

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

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

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