Html Css Color HEX #C57602 Dark Goldenrod

📋 copy color: '#C57602'

red 197 ◦ green 118 ◦ blue 2

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

Shades of Dark Goldenrod #C57602

Tints of Dark Goldenrod #C57602

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.22%

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

R = 62.15%
G = 37.22%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C57602 (or 0xC57602) is known color: Dark Goldenrod. HEX triplet: C5, 76 and 02. RGB value is (197,118,2). Sum of RGB (Red+Green+Blue) = 197+118+2=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C57602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57602 is #3A89FD. Grayscale: #808080. Windows color (decimal): -3836414 or 161477. OLE color: 161477.

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

Color convert

RGB 197 118 2 -
CMYK 0 0.40 0.99 0.23
HSL 35.69º 0.98% 0.39% -
HSV(B) 35.69º 0.99% 0.77% -
XYZ 29.52 24.83 3.29 -
YUV 128.4 56.67 176.93 -
System Red Green Blue C M Y K H S L
Decimal 197 118 2 0 0.40 0.99 0.23 35.69 0.98 0.39
Hex C5 76 2 0 28 63 17 24 62 27
Octal 305 166 2 0 50 143 27 44 142 47
Binary 11000101 1110110 10 0 101000 1100011 10111 100100 1100010 100111

Color Harmonies of #C57602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57602

Black with #C57602

Text Example


Text Example

White with #C57602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57602; }

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

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

background-color css

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

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

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

border-color css

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

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

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