Html Css Color HEX #C57605 Dark Goldenrod

📋 copy color: '#C57605'

red 197 ◦ green 118 ◦ blue 5

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

Shades of Dark Goldenrod #C57605

Tints of Dark Goldenrod #C57605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.56%

R = 61.56%
G = 36.88%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C57605 (or 0xC57605) is known color: Dark Goldenrod. HEX triplet: C5, 76 and 05. RGB value is (197,118,5). Sum of RGB (Red+Green+Blue) = 197+118+5=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C57605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57605 is #3A89FA. Grayscale: #818181. Windows color (decimal): -3836411 or 358085. OLE color: 358085.

HSL color Cylindrical-coordinate representation of color #C57605: hue angle of 35.31º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C57605 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 118 5 -
CMYK 0 0.40 0.97 0.23
HSL 35.31º 0.95% 0.4% -
HSV(B) 35.31º 0.97% 0.77% -
XYZ 29.53 24.84 3.38 -
YUV 128.74 58.17 176.69 -
System Red Green Blue C M Y K H S L
Decimal 197 118 5 0 0.40 0.97 0.23 35.31 0.95 0.4
Hex C5 76 5 0 28 61 17 23 5F 28
Octal 305 166 5 0 50 141 27 43 137 50
Binary 11000101 1110110 101 0 101000 1100001 10111 100011 1011111 101000

Color Harmonies of #C57605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57605

Black with #C57605

Text Example


Text Example

White with #C57605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57605; }

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

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

background-color css

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

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

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

border-color css

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

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

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