Html Css Color HEX #C79601 Dark Goldenrod

📋 copy color: '#C79601'

red 199 ◦ green 150 ◦ blue 1

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

Shades of Dark Goldenrod #C79601

Tints of Dark Goldenrod #C79601

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.86%

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

R = 56.86%
G = 42.86%
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

#C79601 (or 0xC79601) is known color: Dark Goldenrod. HEX triplet: C7, 96 and 01. RGB value is (199,150,1). Sum of RGB (Red+Green+Blue) = 199+150+1=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 1 (0.78% from 255 or 0.29% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C79601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79601 is #3869FE. Grayscale: #949494. Windows color (decimal): -3697151 or 104135. OLE color: 104135.

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

Color convert

RGB 199 150 1 -
CMYK 0 0.25 0.99 0.22
HSL 45.15º 0.99% 0.39% -
HSV(B) 45.15º 0.99% 0.78% -
XYZ 34.47 33.96 4.77 -
YUV 147.67 45.23 164.62 -
System Red Green Blue C M Y K H S L
Decimal 199 150 1 0 0.25 0.99 0.22 45.15 0.99 0.39
Hex C7 96 1 0 19 63 16 2D 63 27
Octal 307 226 1 0 31 143 26 55 143 47
Binary 11000111 10010110 1 0 11001 1100011 10110 101101 1100011 100111

Color Harmonies of #C79601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79601

Black with #C79601

Text Example


Text Example

White with #C79601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79601; }

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

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

background-color css

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

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

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

border-color css

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

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

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