Html Css Color HEX #C79600 Dark Goldenrod

📋 copy color: '#C79600'

red 199 ◦ green 150 ◦ blue 0

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

Shades of Dark Goldenrod #C79600

Tints of Dark Goldenrod #C79600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.02%
G = 42.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C79600 (or 0xC79600) is known color: Dark Goldenrod. HEX triplet: C7, 96 and 00. RGB value is (199,150,0). Sum of RGB (Red+Green+Blue) = 199+150+0=349 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.02% from 349); Green value is 150 (58.98% from 255 or 42.98% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 199 - color contains mainly: red. Hex color #C79600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79600 is #3869FF. Grayscale: #949494. Windows color (decimal): -3697152 or 38599. OLE color: 38599.

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

Color convert

RGB 199 150 0 -
CMYK 0 0.25 1 0.22
HSL 45.23º 1% 0.39% -
HSV(B) 45.23º 1% 0.78% -
XYZ 34.46 33.95 4.74 -
YUV 147.55 44.73 164.7 -
System Red Green Blue C M Y K H S L
Decimal 199 150 0 0 0.25 1 0.22 45.23 1 0.39
Hex C7 96 0 0 19 64 16 2D 64 27
Octal 307 226 0 0 31 144 26 55 144 47
Binary 11000111 10010110 0 0 11001 1100100 10110 101101 1100100 100111

Color Harmonies of #C79600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79600

Black with #C79600

Text Example


Text Example

White with #C79600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79600; }

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

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

background-color css

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

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

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

border-color css

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

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

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