Html Css Color HEX #C57302 Dark Goldenrod

📋 copy color: '#C57302'

red 197 ◦ green 115 ◦ blue 2

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

Shades of Dark Goldenrod #C57302

Tints of Dark Goldenrod #C57302

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.62%

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

R = 62.74%
G = 36.62%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C57302 (or 0xC57302) is known color: Dark Goldenrod. HEX triplet: C5, 73 and 02. RGB value is (197,115,2). Sum of RGB (Red+Green+Blue) = 197+115+2=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C57302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57302 is #3A8CFD. Grayscale: #7F7F7F. Windows color (decimal): -3837182 or 160709. OLE color: 160709.

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

Color convert

RGB 197 115 2 -
CMYK 0 0.42 0.99 0.23
HSL 34.77º 0.98% 0.39% -
HSV(B) 34.77º 0.99% 0.77% -
XYZ 29.17 24.14 3.18 -
YUV 126.64 57.67 178.19 -
System Red Green Blue C M Y K H S L
Decimal 197 115 2 0 0.42 0.99 0.23 34.77 0.98 0.39
Hex C5 73 2 0 2A 63 17 23 62 27
Octal 305 163 2 0 52 143 27 43 142 47
Binary 11000101 1110011 10 0 101010 1100011 10111 100011 1100010 100111

Color Harmonies of #C57302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57302

Black with #C57302

Text Example


Text Example

White with #C57302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57302; }

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

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

background-color css

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

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

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

border-color css

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

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

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