Html Css Color HEX #C79400 Dark Goldenrod

📋 copy color: '#C79400'

red 199 ◦ green 148 ◦ blue 0

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

Shades of Dark Goldenrod #C79400

Tints of Dark Goldenrod #C79400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.65%

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

R = 57.35%
G = 42.65%
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

#C79400 (or 0xC79400) is known color: Dark Goldenrod. HEX triplet: C7, 94 and 00. RGB value is (199,148,0). Sum of RGB (Red+Green+Blue) = 199+148+0=347 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.35% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 199 - color contains mainly: red. Hex color #C79400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79400 is #386BFF. Grayscale: #939393. Windows color (decimal): -3697664 or 38087. OLE color: 38087.

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

Color convert

RGB 199 148 0 -
CMYK 0 0.26 1 0.22
HSL 44.62º 1% 0.39% -
HSV(B) 44.62º 1% 0.78% -
XYZ 34.14 33.32 4.63 -
YUV 146.38 45.4 165.53 -
System Red Green Blue C M Y K H S L
Decimal 199 148 0 0 0.26 1 0.22 44.62 1 0.39
Hex C7 94 0 0 1A 64 16 2D 64 27
Octal 307 224 0 0 32 144 26 55 144 47
Binary 11000111 10010100 0 0 11010 1100100 10110 101101 1100100 100111

Color Harmonies of #C79400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79400

Black with #C79400

Text Example


Text Example

White with #C79400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79400; }

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

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

background-color css

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

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

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

border-color css

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

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

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