Html Css Color HEX #C5810D Dark Goldenrod

📋 copy color: '#C5810D'

red 197 ◦ green 129 ◦ blue 13

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

Shades of Dark Goldenrod #C5810D

Tints of Dark Goldenrod #C5810D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.83%

R = 58.11%
G = 38.05%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5810D (or 0xC5810D) is known color: Dark Goldenrod. HEX triplet: C5, 81 and 0D. RGB value is (197,129,13). Sum of RGB (Red+Green+Blue) = 197+129+13=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C5810D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5810D is #3A7EF2. Grayscale: #888888. Windows color (decimal): -3833587 or 885189. OLE color: 885189.

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

Color convert

RGB 197 129 13 -
CMYK 0 0.35 0.93 0.23
HSL 37.83º 0.88% 0.41% -
HSV(B) 37.83º 0.93% 0.77% -
XYZ 30.95 27.6 4.08 -
YUV 136.11 58.53 171.43 -
System Red Green Blue C M Y K H S L
Decimal 197 129 13 0 0.35 0.93 0.23 37.83 0.88 0.41
Hex C5 81 D 0 23 5D 17 26 58 29
Octal 305 201 15 0 43 135 27 46 130 51
Binary 11000101 10000001 1101 0 100011 1011101 10111 100110 1011000 101001

Color Harmonies of #C5810D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5810D

Black with #C5810D

Text Example


Text Example

White with #C5810D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5810D; }

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

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

background-color css

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

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

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

border-color css

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

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

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