Html Css Color HEX #C07904 Dark Goldenrod

📋 copy color: '#C07904'

red 192 ◦ green 121 ◦ blue 4

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

Shades of Dark Goldenrod #C07904

Tints of Dark Goldenrod #C07904

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.17%

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

R = 60.57%
G = 38.17%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C07904 (or 0xC07904) is known color: Dark Goldenrod. HEX triplet: C0, 79 and 04. RGB value is (192,121,4). Sum of RGB (Red+Green+Blue) = 192+121+4=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 4 (1.95% from 255 or 1.26% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C07904 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07904 is #3F86FB. Grayscale: #818181. Windows color (decimal): -4163324 or 293312. OLE color: 293312.

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

Color convert

RGB 192 121 4 -
CMYK 0 0.37 0.98 0.25
HSL 37.34º 0.96% 0.38% -
HSV(B) 37.34º 0.98% 0.75% -
XYZ 28.6 24.89 3.41 -
YUV 128.89 57.52 173.01 -
System Red Green Blue C M Y K H S L
Decimal 192 121 4 0 0.37 0.98 0.25 37.34 0.96 0.38
Hex C0 79 4 0 25 62 19 25 60 26
Octal 300 171 4 0 45 142 31 45 140 46
Binary 11000000 1111001 100 0 100101 1100010 11001 100101 1100000 100110

Color Harmonies of #C07904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07904

Black with #C07904

Text Example


Text Example

White with #C07904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07904; }

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

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

background-color css

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

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

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

border-color css

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

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

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