Html Css Color HEX #C07901 Dark Goldenrod

📋 copy color: '#C07901'

red 192 ◦ green 121 ◦ blue 1

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

Shades of Dark Goldenrod #C07901

Tints of Dark Goldenrod #C07901

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.54%

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

R = 61.15%
G = 38.54%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C07901 (or 0xC07901) is known color: Dark Goldenrod. HEX triplet: C0, 79 and 01. RGB value is (192,121,1). Sum of RGB (Red+Green+Blue) = 192+121+1=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C07901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07901 is #3F86FE. Grayscale: #818181. Windows color (decimal): -4163327 or 96704. OLE color: 96704.

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

Color convert

RGB 192 121 1 -
CMYK 0 0.37 0.99 0.25
HSL 37.7º 0.99% 0.38% -
HSV(B) 37.7º 0.99% 0.75% -
XYZ 28.58 24.88 3.33 -
YUV 128.55 56.02 173.26 -
System Red Green Blue C M Y K H S L
Decimal 192 121 1 0 0.37 0.99 0.25 37.7 0.99 0.38
Hex C0 79 1 0 25 63 19 26 63 26
Octal 300 171 1 0 45 143 31 46 143 46
Binary 11000000 1111001 1 0 100101 1100011 11001 100110 1100011 100110

Color Harmonies of #C07901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07901

Black with #C07901

Text Example


Text Example

White with #C07901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07901; }

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

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

background-color css

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

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

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

border-color css

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

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

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