Html Css Color HEX #C79300 Dark Goldenrod

📋 copy color: '#C79300'

red 199 ◦ green 147 ◦ blue 0

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

Shades of Dark Goldenrod #C79300

Tints of Dark Goldenrod #C79300

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.49%

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

R = 57.51%
G = 42.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C79300 (or 0xC79300) is known color: Dark Goldenrod. HEX triplet: C7, 93 and 00. RGB value is (199,147,0). Sum of RGB (Red+Green+Blue) = 199+147+0=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C79300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79300 is #386CFF. Grayscale: #929292. Windows color (decimal): -3697920 or 37831. OLE color: 37831.

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

Color convert

RGB 199 147 0 -
CMYK 0 0.26 1 0.22
HSL 44.32º 1% 0.39% -
HSV(B) 44.32º 1% 0.78% -
XYZ 33.99 33.01 4.58 -
YUV 145.79 45.73 165.95 -
System Red Green Blue C M Y K H S L
Decimal 199 147 0 0 0.26 1 0.22 44.32 1 0.39
Hex C7 93 0 0 1A 64 16 2C 64 27
Octal 307 223 0 0 32 144 26 54 144 47
Binary 11000111 10010011 0 0 11010 1100100 10110 101100 1100100 100111

Color Harmonies of #C79300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79300

Black with #C79300

Text Example


Text Example

White with #C79300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79300; }

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

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

background-color css

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

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

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

border-color css

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

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

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