Html Css Color HEX #C79500 Dark Goldenrod

📋 copy color: '#C79500'

red 199 ◦ green 149 ◦ blue 0

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

Shades of Dark Goldenrod #C79500

Tints of Dark Goldenrod #C79500

RGB

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

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

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

R = 57.18%
G = 42.82%
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

#C79500 (or 0xC79500) is known color: Dark Goldenrod. HEX triplet: C7, 95 and 00. RGB value is (199,149,0). Sum of RGB (Red+Green+Blue) = 199+149+0=348 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.18% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 199 - color contains mainly: red. Hex color #C79500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79500 is #386AFF. Grayscale: #939393. Windows color (decimal): -3697408 or 38343. OLE color: 38343.

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

Color convert

RGB 199 149 0 -
CMYK 0 0.25 1 0.22
HSL 44.92º 1% 0.39% -
HSV(B) 44.92º 1% 0.78% -
XYZ 34.3 33.64 4.68 -
YUV 146.96 45.07 165.12 -
System Red Green Blue C M Y K H S L
Decimal 199 149 0 0 0.25 1 0.22 44.92 1 0.39
Hex C7 95 0 0 19 64 16 2D 64 27
Octal 307 225 0 0 31 144 26 55 144 47
Binary 11000111 10010101 0 0 11001 1100100 10110 101101 1100100 100111

Color Harmonies of #C79500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79500

Black with #C79500

Text Example


Text Example

White with #C79500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79500; }

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

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

background-color css

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

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

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

border-color css

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

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

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