Html Css Color HEX #C57208 Dark Goldenrod

📋 copy color: '#C57208'

red 197 ◦ green 114 ◦ blue 8

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

Shades of Dark Goldenrod #C57208

Tints of Dark Goldenrod #C57208

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.74%

 BLUE value IS 8 (3.52% from 255) = 2.51%

R = 61.76%
G = 35.74%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C57208 (or 0xC57208) is known color: Dark Goldenrod. HEX triplet: C5, 72 and 08. RGB value is (197,114,8). Sum of RGB (Red+Green+Blue) = 197+114+8=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C57208 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57208 is #3A8DF7. Grayscale: #7F7F7F. Windows color (decimal): -3837432 or 553669. OLE color: 553669.

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

Color convert

RGB 197 114 8 -
CMYK 0 0.42 0.96 0.23
HSL 33.65º 0.92% 0.4% -
HSV(B) 33.65º 0.96% 0.77% -
XYZ 29.09 23.92 3.31 -
YUV 126.73 61 178.12 -
System Red Green Blue C M Y K H S L
Decimal 197 114 8 0 0.42 0.96 0.23 33.65 0.92 0.4
Hex C5 72 8 0 2A 60 17 22 5C 28
Octal 305 162 10 0 52 140 27 42 134 50
Binary 11000101 1110010 1000 0 101010 1100000 10111 100010 1011100 101000

Color Harmonies of #C57208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57208

Black with #C57208

Text Example


Text Example

White with #C57208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57208; }

 p { color: rgb(197,114,8); }

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

background-color css

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

 a { background-color: rgb(197,114,8); }

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

border-color css

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

 span { border-color: rgb(197,114,8); }

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