Html Css Color HEX #C58502 Dark Goldenrod

📋 copy color: '#C58502'

red 197 ◦ green 133 ◦ blue 2

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

Shades of Dark Goldenrod #C58502

Tints of Dark Goldenrod #C58502

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.06%

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

R = 59.34%
G = 40.06%
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

#C58502 (or 0xC58502) is known color: Dark Goldenrod. HEX triplet: C5, 85 and 02. RGB value is (197,133,2). Sum of RGB (Red+Green+Blue) = 197+133+2=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C58502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58502 is #3A7AFD. Grayscale: #898989. Windows color (decimal): -3832574 or 165317. OLE color: 165317.

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

Color convert

RGB 197 133 2 -
CMYK 0 0.32 0.99 0.23
HSL 40.31º 0.98% 0.39% -
HSV(B) 40.31º 0.99% 0.77% -
XYZ 31.42 28.65 3.93 -
YUV 137.2 51.7 170.65 -
System Red Green Blue C M Y K H S L
Decimal 197 133 2 0 0.32 0.99 0.23 40.31 0.98 0.39
Hex C5 85 2 0 20 63 17 28 62 27
Octal 305 205 2 0 40 143 27 50 142 47
Binary 11000101 10000101 10 0 100000 1100011 10111 101000 1100010 100111

Color Harmonies of #C58502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58502

Black with #C58502

Text Example


Text Example

White with #C58502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58502; }

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

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

background-color css

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

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

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

border-color css

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

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

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