Html Css Color HEX #C79501 Dark Goldenrod

📋 copy color: '#C79501'

red 199 ◦ green 149 ◦ blue 1

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

Shades of Dark Goldenrod #C79501

Tints of Dark Goldenrod #C79501

RGB

 RED value IS 199 (78.13% from 255) = 57.02%

 GREEN value IS 149 (58.59% from 255) = 42.69%

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

R = 57.02%
G = 42.69%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C79501 (or 0xC79501) is known color: Dark Goldenrod. HEX triplet: C7, 95 and 01. RGB value is (199,149,1). Sum of RGB (Red+Green+Blue) = 199+149+1=349 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.02% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 1 (0.78% from 255 or 0.29% from 349); Max value from RGB is 199 - color contains mainly: red. Hex color #C79501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79501 is #386AFE. Grayscale: #939393. Windows color (decimal): -3697407 or 103879. OLE color: 103879.

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

Color convert

RGB 199 149 1 -
CMYK 0 0.25 0.99 0.22
HSL 44.85º 0.99% 0.39% -
HSV(B) 44.85º 0.99% 0.78% -
XYZ 34.31 33.64 4.71 -
YUV 147.08 45.57 165.03 -
System Red Green Blue C M Y K H S L
Decimal 199 149 1 0 0.25 0.99 0.22 44.85 0.99 0.39
Hex C7 95 1 0 19 63 16 2D 63 27
Octal 307 225 1 0 31 143 26 55 143 47
Binary 11000111 10010101 1 0 11001 1100011 10110 101101 1100011 100111

Color Harmonies of #C79501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79501

Black with #C79501

Text Example


Text Example

White with #C79501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79501; }

 p { color: rgb(199,149,1); }

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

background-color css

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

 a { background-color: rgb(199,149,1); }

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

border-color css

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

 span { border-color: rgb(199,149,1); }

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