Html Css Color HEX #C58702 Dark Goldenrod

📋 copy color: '#C58702'

red 197 ◦ green 135 ◦ blue 2

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

Shades of Dark Goldenrod #C58702

Tints of Dark Goldenrod #C58702

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.42%

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

R = 58.98%
G = 40.42%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C58702 (or 0xC58702) is known color: Dark Goldenrod. HEX triplet: C5, 87 and 02. RGB value is (197,135,2). Sum of RGB (Red+Green+Blue) = 197+135+2=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C58702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58702 is #3A78FD. Grayscale: #8A8A8A. Windows color (decimal): -3832062 or 165829. OLE color: 165829.

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

Color convert

RGB 197 135 2 -
CMYK 0 0.31 0.99 0.23
HSL 40.92º 0.98% 0.39% -
HSV(B) 40.92º 0.99% 0.77% -
XYZ 31.7 29.2 4.02 -
YUV 138.38 51.04 169.81 -
System Red Green Blue C M Y K H S L
Decimal 197 135 2 0 0.31 0.99 0.23 40.92 0.98 0.39
Hex C5 87 2 0 1F 63 17 29 62 27
Octal 305 207 2 0 37 143 27 51 142 47
Binary 11000101 10000111 10 0 11111 1100011 10111 101001 1100010 100111

Color Harmonies of #C58702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58702

Black with #C58702

Text Example


Text Example

White with #C58702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58702; }

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

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

background-color css

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

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

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

border-color css

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

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

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