Html Css Color HEX #C79602 Dark Goldenrod

📋 copy color: '#C79602'

red 199 ◦ green 150 ◦ blue 2

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

Shades of Dark Goldenrod #C79602

Tints of Dark Goldenrod #C79602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 56.7%
G = 42.74%
B = 0.57%

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

#C79602 (or 0xC79602) is known color: Dark Goldenrod. HEX triplet: C7, 96 and 02. RGB value is (199,150,2). Sum of RGB (Red+Green+Blue) = 199+150+2=351 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.70% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 199 - color contains mainly: red. Hex color #C79602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79602 is #3869FD. Grayscale: #949494. Windows color (decimal): -3697150 or 169671. OLE color: 169671.

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

Color convert

RGB 199 150 2 -
CMYK 0 0.25 0.99 0.22
HSL 45.08º 0.98% 0.39% -
HSV(B) 45.08º 0.99% 0.78% -
XYZ 34.47 33.96 4.8 -
YUV 147.78 45.73 164.53 -
System Red Green Blue C M Y K H S L
Decimal 199 150 2 0 0.25 0.99 0.22 45.08 0.98 0.39
Hex C7 96 2 0 19 63 16 2D 62 27
Octal 307 226 2 0 31 143 26 55 142 47
Binary 11000111 10010110 10 0 11001 1100011 10110 101101 1100010 100111

Color Harmonies of #C79602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79602

Black with #C79602

Text Example


Text Example

White with #C79602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79602; }

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

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

background-color css

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

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

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

border-color css

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

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

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