Html Css Color HEX #C58302 Dark Goldenrod

📋 copy color: '#C58302'

red 197 ◦ green 131 ◦ blue 2

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

Shades of Dark Goldenrod #C58302

Tints of Dark Goldenrod #C58302

RGB

 RED value IS 197 (77.34% from 255) = 59.7%

 GREEN value IS 131 (51.56% from 255) = 39.7%

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

R = 59.7%
G = 39.7%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C58302 (or 0xC58302) is known color: Dark Goldenrod. HEX triplet: C5, 83 and 02. RGB value is (197,131,2). Sum of RGB (Red+Green+Blue) = 197+131+2=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C58302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58302 is #3A7CFD. Grayscale: #888888. Windows color (decimal): -3833086 or 164805. OLE color: 164805.

HSL color Cylindrical-coordinate representation of color #C58302: hue angle of 39.69º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C58302 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 131 2 -
CMYK 0 0.34 0.99 0.23
HSL 39.69º 0.98% 0.39% -
HSV(B) 39.69º 0.99% 0.77% -
XYZ 31.15 28.11 3.84 -
YUV 136.03 52.37 171.49 -
System Red Green Blue C M Y K H S L
Decimal 197 131 2 0 0.34 0.99 0.23 39.69 0.98 0.39
Hex C5 83 2 0 22 63 17 28 62 27
Octal 305 203 2 0 42 143 27 50 142 47
Binary 11000101 10000011 10 0 100010 1100011 10111 101000 1100010 100111

Color Harmonies of #C58302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58302

Black with #C58302

Text Example


Text Example

White with #C58302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58302; }

 p { color: rgb(197,131,2); }

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

background-color css

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

 a { background-color: rgb(197,131,2); }

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

border-color css

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

 span { border-color: rgb(197,131,2); }

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