Html Css Color HEX #C58508 Dark Goldenrod

📋 copy color: '#C58508'

red 197 ◦ green 133 ◦ blue 8

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

Shades of Dark Goldenrod #C58508

Tints of Dark Goldenrod #C58508

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.35%

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

R = 58.28%
G = 39.35%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C58508 (or 0xC58508) is known color: Dark Goldenrod. HEX triplet: C5, 85 and 08. RGB value is (197,133,8). Sum of RGB (Red+Green+Blue) = 197+133+8=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 8 (3.52% from 255 or 2.37% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C58508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58508 is #3A7AF7. Grayscale: #8A8A8A. Windows color (decimal): -3832568 or 558533. OLE color: 558533.

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

Color convert

RGB 197 133 8 -
CMYK 0 0.32 0.96 0.23
HSL 39.68º 0.92% 0.4% -
HSV(B) 39.68º 0.96% 0.77% -
XYZ 31.46 28.66 4.1 -
YUV 137.89 54.7 170.16 -
System Red Green Blue C M Y K H S L
Decimal 197 133 8 0 0.32 0.96 0.23 39.68 0.92 0.4
Hex C5 85 8 0 20 60 17 28 5C 28
Octal 305 205 10 0 40 140 27 50 134 50
Binary 11000101 10000101 1000 0 100000 1100000 10111 101000 1011100 101000

Color Harmonies of #C58508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58508

Black with #C58508

Text Example


Text Example

White with #C58508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58508; }

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

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

background-color css

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

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

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

border-color css

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

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

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