Html Css Color HEX #C57704 Dark Goldenrod

📋 copy color: '#C57704'

red 197 ◦ green 119 ◦ blue 4

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

Shades of Dark Goldenrod #C57704

Tints of Dark Goldenrod #C57704

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.19%

 BLUE value IS 4 (1.95% from 255) = 1.25%

R = 61.56%
G = 37.19%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C57704 (or 0xC57704) is known color: Dark Goldenrod. HEX triplet: C5, 77 and 04. RGB value is (197,119,4). Sum of RGB (Red+Green+Blue) = 197+119+4=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 4 (1.95% from 255 or 1.25% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C57704 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57704 is #3A88FB. Grayscale: #818181. Windows color (decimal): -3836156 or 292805. OLE color: 292805.

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

Color convert

RGB 197 119 4 -
CMYK 0 0.40 0.98 0.23
HSL 35.75º 0.96% 0.39% -
HSV(B) 35.75º 0.98% 0.77% -
XYZ 29.64 25.07 3.39 -
YUV 129.21 57.34 176.35 -
System Red Green Blue C M Y K H S L
Decimal 197 119 4 0 0.40 0.98 0.23 35.75 0.96 0.39
Hex C5 77 4 0 28 62 17 24 60 27
Octal 305 167 4 0 50 142 27 44 140 47
Binary 11000101 1110111 100 0 101000 1100010 10111 100100 1100000 100111

Color Harmonies of #C57704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57704

Black with #C57704

Text Example


Text Example

White with #C57704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57704; }

 p { color: rgb(197,119,4); }

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

background-color css

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

 a { background-color: rgb(197,119,4); }

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

border-color css

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

 span { border-color: rgb(197,119,4); }

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