Html Css Color HEX #C58008 Dark Goldenrod

📋 copy color: '#C58008'

red 197 ◦ green 128 ◦ blue 8

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

Shades of Dark Goldenrod #C58008

Tints of Dark Goldenrod #C58008

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.44%

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

R = 59.16%
G = 38.44%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C58008 (or 0xC58008) is known color: Dark Goldenrod. HEX triplet: C5, 80 and 08. RGB value is (197,128,8). Sum of RGB (Red+Green+Blue) = 197+128+8=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 8 (3.52% from 255 or 2.40% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C58008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58008 is #3A7FF7. Grayscale: #878787. Windows color (decimal): -3833848 or 557253. OLE color: 557253.

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

Color convert

RGB 197 128 8 -
CMYK 0 0.35 0.96 0.23
HSL 38.1º 0.92% 0.4% -
HSV(B) 38.1º 0.96% 0.77% -
XYZ 30.79 27.33 3.88 -
YUV 134.95 56.36 172.26 -
System Red Green Blue C M Y K H S L
Decimal 197 128 8 0 0.35 0.96 0.23 38.1 0.92 0.4
Hex C5 80 8 0 23 60 17 26 5C 28
Octal 305 200 10 0 43 140 27 46 134 50
Binary 11000101 10000000 1000 0 100011 1100000 10111 100110 1011100 101000

Color Harmonies of #C58008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58008

Black with #C58008

Text Example


Text Example

White with #C58008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58008; }

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

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

background-color css

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

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

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

border-color css

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

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

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