Html Css Color HEX #C58102 Dark Goldenrod

📋 copy color: '#C58102'

red 197 ◦ green 129 ◦ blue 2

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

Shades of Dark Goldenrod #C58102

Tints of Dark Goldenrod #C58102

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.33%

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

R = 60.06%
G = 39.33%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C58102 (or 0xC58102) is known color: Dark Goldenrod. HEX triplet: C5, 81 and 02. RGB value is (197,129,2). Sum of RGB (Red+Green+Blue) = 197+129+2=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C58102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58102 is #3A7EFD. Grayscale: #878787. Windows color (decimal): -3833598 or 164293. OLE color: 164293.

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

Color convert

RGB 197 129 2 -
CMYK 0 0.35 0.99 0.23
HSL 39.08º 0.98% 0.39% -
HSV(B) 39.08º 0.99% 0.77% -
XYZ 30.89 27.58 3.75 -
YUV 134.85 53.03 172.33 -
System Red Green Blue C M Y K H S L
Decimal 197 129 2 0 0.35 0.99 0.23 39.08 0.98 0.39
Hex C5 81 2 0 23 63 17 27 62 27
Octal 305 201 2 0 43 143 27 47 142 47
Binary 11000101 10000001 10 0 100011 1100011 10111 100111 1100010 100111

Color Harmonies of #C58102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58102

Black with #C58102

Text Example


Text Example

White with #C58102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58102; }

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

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

background-color css

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

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

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

border-color css

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

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

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