Html Css Color HEX #C07C04 Dark Goldenrod

📋 copy color: '#C07C04'

red 192 ◦ green 124 ◦ blue 4

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

Shades of Dark Goldenrod #C07C04

Tints of Dark Goldenrod #C07C04

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.75%

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

R = 60%
G = 38.75%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C07C04 (or 0xC07C04) is known color: Dark Goldenrod. HEX triplet: C0, 7C and 04. RGB value is (192,124,4). Sum of RGB (Red+Green+Blue) = 192+124+4=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 124 (48.83% from 255 or 38.75% from 320); Blue value is 4 (1.95% from 255 or 1.25% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07C04 is #3F83FB. Grayscale: #838383. Windows color (decimal): -4162556 or 294080. OLE color: 294080.

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

Color convert

RGB 192 124 4 -
CMYK 0 0.35 0.98 0.25
HSL 38.3º 0.96% 0.38% -
HSV(B) 38.3º 0.98% 0.75% -
XYZ 28.97 25.63 3.54 -
YUV 130.65 56.53 171.76 -
System Red Green Blue C M Y K H S L
Decimal 192 124 4 0 0.35 0.98 0.25 38.3 0.96 0.38
Hex C0 7C 4 0 23 62 19 26 60 26
Octal 300 174 4 0 43 142 31 46 140 46
Binary 11000000 1111100 100 0 100011 1100010 11001 100110 1100000 100110

Color Harmonies of #C07C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07C04

Black with #C07C04

Text Example


Text Example

White with #C07C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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