Html Css Color HEX #C07604 Dark Goldenrod

📋 copy color: '#C07604'

red 192 ◦ green 118 ◦ blue 4

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

Shades of Dark Goldenrod #C07604

Tints of Dark Goldenrod #C07604

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.58%

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

R = 61.15%
G = 37.58%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C07604 (or 0xC07604) is known color: Dark Goldenrod. HEX triplet: C0, 76 and 04. RGB value is (192,118,4). Sum of RGB (Red+Green+Blue) = 192+118+4=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 4 (1.95% from 255 or 1.27% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C07604 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07604 is #3F89FB. Grayscale: #7F7F7F. Windows color (decimal): -4164092 or 292544. OLE color: 292544.

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

Color convert

RGB 192 118 4 -
CMYK 0 0.39 0.98 0.25
HSL 36.38º 0.96% 0.38% -
HSV(B) 36.38º 0.98% 0.75% -
XYZ 28.24 24.17 3.29 -
YUV 127.13 58.52 174.27 -
System Red Green Blue C M Y K H S L
Decimal 192 118 4 0 0.39 0.98 0.25 36.38 0.96 0.38
Hex C0 76 4 0 27 62 19 24 60 26
Octal 300 166 4 0 47 142 31 44 140 46
Binary 11000000 1110110 100 0 100111 1100010 11001 100100 1100000 100110

Color Harmonies of #C07604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07604

Black with #C07604

Text Example


Text Example

White with #C07604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07604; }

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

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

background-color css

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

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

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

border-color css

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

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

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