Html Css Color HEX #C58105 Dark Goldenrod

📋 copy color: '#C58105'

red 197 ◦ green 129 ◦ blue 5

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

Shades of Dark Goldenrod #C58105

Tints of Dark Goldenrod #C58105

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.97%

 BLUE value IS 5 (2.34% from 255) = 1.51%

R = 59.52%
G = 38.97%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C58105 (or 0xC58105) is known color: Dark Goldenrod. HEX triplet: C5, 81 and 05. RGB value is (197,129,5). Sum of RGB (Red+Green+Blue) = 197+129+5=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C58105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58105 is #3A7EFA. Grayscale: #878787. Windows color (decimal): -3833595 or 360901. OLE color: 360901.

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

Color convert

RGB 197 129 5 -
CMYK 0 0.35 0.97 0.23
HSL 38.75º 0.95% 0.4% -
HSV(B) 38.75º 0.97% 0.77% -
XYZ 30.9 27.58 3.84 -
YUV 135.2 54.53 172.08 -
System Red Green Blue C M Y K H S L
Decimal 197 129 5 0 0.35 0.97 0.23 38.75 0.95 0.4
Hex C5 81 5 0 23 61 17 27 5F 28
Octal 305 201 5 0 43 141 27 47 137 50
Binary 11000101 10000001 101 0 100011 1100001 10111 100111 1011111 101000

Color Harmonies of #C58105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58105

Black with #C58105

Text Example


Text Example

White with #C58105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58105; }

 p { color: rgb(197,129,5); }

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

background-color css

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

 a { background-color: rgb(197,129,5); }

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

border-color css

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

 span { border-color: rgb(197,129,5); }

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