Html Css Color HEX #C57A08 Dark Goldenrod

📋 copy color: '#C57A08'

red 197 ◦ green 122 ◦ blue 8

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

Shades of Dark Goldenrod #C57A08

Tints of Dark Goldenrod #C57A08

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.31%

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

R = 60.24%
G = 37.31%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C57A08 (or 0xC57A08) is known color: Dark Goldenrod. HEX triplet: C5, 7A and 08. RGB value is (197,122,8). Sum of RGB (Red+Green+Blue) = 197+122+8=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 8 (3.52% from 255 or 2.45% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57A08 is #3A85F7. Grayscale: #838383. Windows color (decimal): -3835384 or 555717. OLE color: 555717.

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

Color convert

RGB 197 122 8 -
CMYK 0 0.38 0.96 0.23
HSL 36.19º 0.92% 0.4% -
HSV(B) 36.19º 0.96% 0.77% -
XYZ 30.03 25.81 3.63 -
YUV 131.43 58.35 174.77 -
System Red Green Blue C M Y K H S L
Decimal 197 122 8 0 0.38 0.96 0.23 36.19 0.92 0.4
Hex C5 7A 8 0 26 60 17 24 5C 28
Octal 305 172 10 0 46 140 27 44 134 50
Binary 11000101 1111010 1000 0 100110 1100000 10111 100100 1011100 101000

Color Harmonies of #C57A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57A08

Black with #C57A08

Text Example


Text Example

White with #C57A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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