Html Css Color HEX #C07301 Dark Goldenrod

📋 copy color: '#C07301'

red 192 ◦ green 115 ◦ blue 1

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

Shades of Dark Goldenrod #C07301

Tints of Dark Goldenrod #C07301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 62.34%
G = 37.34%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C07301 (or 0xC07301) is known color: Dark Goldenrod. HEX triplet: C0, 73 and 01. RGB value is (192,115,1). Sum of RGB (Red+Green+Blue) = 192+115+1=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C07301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07301 is #3F8CFE. Grayscale: #7D7D7D. Windows color (decimal): -4164863 or 95168. OLE color: 95168.

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

Color convert

RGB 192 115 1 -
CMYK 0 0.40 0.99 0.25
HSL 35.81º 0.99% 0.38% -
HSV(B) 35.81º 0.99% 0.75% -
XYZ 27.87 23.47 3.09 -
YUV 125.03 58.01 175.77 -
System Red Green Blue C M Y K H S L
Decimal 192 115 1 0 0.40 0.99 0.25 35.81 0.99 0.38
Hex C0 73 1 0 28 63 19 24 63 26
Octal 300 163 1 0 50 143 31 44 143 46
Binary 11000000 1110011 1 0 101000 1100011 11001 100100 1100011 100110

Color Harmonies of #C07301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07301

Black with #C07301

Text Example


Text Example

White with #C07301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07301; }

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

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

background-color css

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

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

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

border-color css

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

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

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