Html Css Color HEX #C07401 Dark Goldenrod

📋 copy color: '#C07401'

red 192 ◦ green 116 ◦ blue 1

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

Shades of Dark Goldenrod #C07401

Tints of Dark Goldenrod #C07401

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.54%

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

R = 62.14%
G = 37.54%
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

#C07401 (or 0xC07401) is known color: Dark Goldenrod. HEX triplet: C0, 74 and 01. RGB value is (192,116,1). Sum of RGB (Red+Green+Blue) = 192+116+1=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C07401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07401 is #3F8BFE. Grayscale: #7E7E7E. Windows color (decimal): -4164607 or 95424. OLE color: 95424.

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

Color convert

RGB 192 116 1 -
CMYK 0 0.40 0.99 0.25
HSL 36.13º 0.99% 0.38% -
HSV(B) 36.13º 0.99% 0.75% -
XYZ 27.99 23.7 3.13 -
YUV 125.61 57.68 175.35 -
System Red Green Blue C M Y K H S L
Decimal 192 116 1 0 0.40 0.99 0.25 36.13 0.99 0.38
Hex C0 74 1 0 28 63 19 24 63 26
Octal 300 164 1 0 50 143 31 44 143 46
Binary 11000000 1110100 1 0 101000 1100011 11001 100100 1100011 100110

Color Harmonies of #C07401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07401

Black with #C07401

Text Example


Text Example

White with #C07401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07401; }

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

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

background-color css

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

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

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

border-color css

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

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

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