Html Css Color HEX #C07300 Dark Goldenrod

📋 copy color: '#C07300'

red 192 ◦ green 115 ◦ blue 0

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

Shades of Dark Goldenrod #C07300

Tints of Dark Goldenrod #C07300

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.46%

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

R = 62.54%
G = 37.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C07300 (or 0xC07300) is known color: Dark Goldenrod. HEX triplet: C0, 73 and 00. RGB value is (192,115,0). Sum of RGB (Red+Green+Blue) = 192+115+0=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C07300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07300 is #3F8CFF. Grayscale: #7D7D7D. Windows color (decimal): -4164864 or 29632. OLE color: 29632.

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

Color convert

RGB 192 115 0 -
CMYK 0 0.40 1 0.25
HSL 35.94º 1% 0.38% -
HSV(B) 35.94º 1% 0.75% -
XYZ 27.87 23.47 3.06 -
YUV 124.91 57.51 175.85 -
System Red Green Blue C M Y K H S L
Decimal 192 115 0 0 0.40 1 0.25 35.94 1 0.38
Hex C0 73 0 0 28 64 19 24 64 26
Octal 300 163 0 0 50 144 31 44 144 46
Binary 11000000 1110011 0 0 101000 1100100 11001 100100 1100100 100110

Color Harmonies of #C07300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07300

Black with #C07300

Text Example


Text Example

White with #C07300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07300; }

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

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

background-color css

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

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

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

border-color css

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

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

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