Html Css Color HEX #C07600 Dark Goldenrod

📋 copy color: '#C07600'

red 192 ◦ green 118 ◦ blue 0

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

Shades of Dark Goldenrod #C07600

Tints of Dark Goldenrod #C07600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.94%
G = 38.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C07600 (or 0xC07600) is known color: Dark Goldenrod. HEX triplet: C0, 76 and 00. RGB value is (192,118,0). Sum of RGB (Red+Green+Blue) = 192+118+0=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C07600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07600 is #3F89FF. Grayscale: #7F7F7F. Windows color (decimal): -4164096 or 30400. OLE color: 30400.

HSL color Cylindrical-coordinate representation of color #C07600: hue angle of 36.88º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C07600 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 118 0 -
CMYK 0 0.39 1 0.25
HSL 36.88º 1% 0.38% -
HSV(B) 36.88º 1% 0.75% -
XYZ 28.22 24.16 3.18 -
YUV 126.67 56.52 174.59 -
System Red Green Blue C M Y K H S L
Decimal 192 118 0 0 0.39 1 0.25 36.88 1 0.38
Hex C0 76 0 0 27 64 19 25 64 26
Octal 300 166 0 0 47 144 31 45 144 46
Binary 11000000 1110110 0 0 100111 1100100 11001 100101 1100100 100110

Color Harmonies of #C07600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07600

Black with #C07600

Text Example


Text Example

White with #C07600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07600; }

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

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

background-color css

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

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

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

border-color css

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

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

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