Html Css Color HEX #C07101 Dark Goldenrod

📋 copy color: '#C07101'

red 192 ◦ green 113 ◦ blue 1

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

Shades of Dark Goldenrod #C07101

Tints of Dark Goldenrod #C07101

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.93%

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

R = 62.75%
G = 36.93%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C07101 (or 0xC07101) is known color: Dark Goldenrod. HEX triplet: C0, 71 and 01. RGB value is (192,113,1). Sum of RGB (Red+Green+Blue) = 192+113+1=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 1 (0.78% from 255 or 0.33% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C07101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07101 is #3F8EFE. Grayscale: #7C7C7C. Windows color (decimal): -4165375 or 94656. OLE color: 94656.

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

Color convert

RGB 192 113 1 -
CMYK 0 0.41 0.99 0.25
HSL 35.18º 0.99% 0.38% -
HSV(B) 35.18º 0.99% 0.75% -
XYZ 27.65 23.02 3.01 -
YUV 123.85 58.67 176.61 -
System Red Green Blue C M Y K H S L
Decimal 192 113 1 0 0.41 0.99 0.25 35.18 0.99 0.38
Hex C0 71 1 0 29 63 19 23 63 26
Octal 300 161 1 0 51 143 31 43 143 46
Binary 11000000 1110001 1 0 101001 1100011 11001 100011 1100011 100110

Color Harmonies of #C07101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07101

Black with #C07101

Text Example


Text Example

White with #C07101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07101; }

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

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

background-color css

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

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

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

border-color css

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

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

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