Html Css Color HEX #C07004 Dark Goldenrod

📋 copy color: '#C07004'

red 192 ◦ green 112 ◦ blue 4

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

Shades of Dark Goldenrod #C07004

Tints of Dark Goldenrod #C07004

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.36%

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

R = 62.34%
G = 36.36%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C07004 (or 0xC07004) is known color: Dark Goldenrod. HEX triplet: C0, 70 and 04. RGB value is (192,112,4). Sum of RGB (Red+Green+Blue) = 192+112+4=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C07004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07004 is #3F8FFB. Grayscale: #7C7C7C. Windows color (decimal): -4165628 or 291008. OLE color: 291008.

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

Color convert

RGB 192 112 4 -
CMYK 0 0.42 0.98 0.25
HSL 34.47º 0.96% 0.38% -
HSV(B) 34.47º 0.98% 0.75% -
XYZ 27.55 22.8 3.06 -
YUV 123.61 60.5 176.78 -
System Red Green Blue C M Y K H S L
Decimal 192 112 4 0 0.42 0.98 0.25 34.47 0.96 0.38
Hex C0 70 4 0 2A 62 19 22 60 26
Octal 300 160 4 0 52 142 31 42 140 46
Binary 11000000 1110000 100 0 101010 1100010 11001 100010 1100000 100110

Color Harmonies of #C07004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07004

Black with #C07004

Text Example


Text Example

White with #C07004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07004; }

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

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

background-color css

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

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

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

border-color css

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

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

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