Html Css Color HEX #C58602 Dark Goldenrod

📋 copy color: '#C58602'

red 197 ◦ green 134 ◦ blue 2

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

Shades of Dark Goldenrod #C58602

Tints of Dark Goldenrod #C58602

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.24%

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

R = 59.16%
G = 40.24%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C58602 (or 0xC58602) is known color: Dark Goldenrod. HEX triplet: C5, 86 and 02. RGB value is (197,134,2). Sum of RGB (Red+Green+Blue) = 197+134+2=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C58602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58602 is #3A79FD. Grayscale: #8A8A8A. Windows color (decimal): -3832318 or 165573. OLE color: 165573.

HSL color Cylindrical-coordinate representation of color #C58602: hue angle of 40.62º 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 #C58602 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 134 2 -
CMYK 0 0.32 0.99 0.23
HSL 40.62º 0.98% 0.39% -
HSV(B) 40.62º 0.99% 0.77% -
XYZ 31.56 28.92 3.98 -
YUV 137.79 51.37 170.23 -
System Red Green Blue C M Y K H S L
Decimal 197 134 2 0 0.32 0.99 0.23 40.62 0.98 0.39
Hex C5 86 2 0 20 63 17 29 62 27
Octal 305 206 2 0 40 143 27 51 142 47
Binary 11000101 10000110 10 0 100000 1100011 10111 101001 1100010 100111

Color Harmonies of #C58602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58602

Black with #C58602

Text Example


Text Example

White with #C58602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58602; }

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

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

background-color css

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

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

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

border-color css

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

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

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