Html Css Color HEX #C59102 Dark Goldenrod

📋 copy color: '#C59102'

red 197 ◦ green 145 ◦ blue 2

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

Shades of Dark Goldenrod #C59102

Tints of Dark Goldenrod #C59102

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.15%

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

R = 57.27%
G = 42.15%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C59102 (or 0xC59102) is known color: Dark Goldenrod. HEX triplet: C5, 91 and 02. RGB value is (197,145,2). Sum of RGB (Red+Green+Blue) = 197+145+2=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 2 (1.17% from 255 or 0.58% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C59102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59102 is #3A6EFD. Grayscale: #909090. Windows color (decimal): -3829502 or 168389. OLE color: 168389.

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

Color convert

RGB 197 145 2 -
CMYK 0 0.26 0.99 0.23
HSL 44º 0.98% 0.39% -
HSV(B) 44º 0.99% 0.77% -
XYZ 33.16 32.13 4.51 -
YUV 144.25 47.73 165.63 -
System Red Green Blue C M Y K H S L
Decimal 197 145 2 0 0.26 0.99 0.23 44 0.98 0.39
Hex C5 91 2 0 1A 63 17 2C 62 27
Octal 305 221 2 0 32 143 27 54 142 47
Binary 11000101 10010001 10 0 11010 1100011 10111 101100 1100010 100111

Color Harmonies of #C59102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59102

Black with #C59102

Text Example


Text Example

White with #C59102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59102; }

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

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

background-color css

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

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

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

border-color css

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

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

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