Html Css Color HEX #C5800D Dark Goldenrod

📋 copy color: '#C5800D'

red 197 ◦ green 128 ◦ blue 13

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

Shades of Dark Goldenrod #C5800D

Tints of Dark Goldenrod #C5800D

RGB

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

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

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

R = 58.28%
G = 37.87%
B = 3.85%

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

#C5800D (or 0xC5800D) is known color: Dark Goldenrod. HEX triplet: C5, 80 and 0D. RGB value is (197,128,13). Sum of RGB (Red+Green+Blue) = 197+128+13=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C5800D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5800D is #3A7FF2. Grayscale: #888888. Windows color (decimal): -3833843 or 884933. OLE color: 884933.

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

Color convert

RGB 197 128 13 -
CMYK 0 0.35 0.93 0.23
HSL 37.5º 0.88% 0.41% -
HSV(B) 37.5º 0.93% 0.77% -
XYZ 30.82 27.34 4.03 -
YUV 135.52 58.86 171.85 -
System Red Green Blue C M Y K H S L
Decimal 197 128 13 0 0.35 0.93 0.23 37.5 0.88 0.41
Hex C5 80 D 0 23 5D 17 26 58 29
Octal 305 200 15 0 43 135 27 46 130 51
Binary 11000101 10000000 1101 0 100011 1011101 10111 100110 1011000 101001

Color Harmonies of #C5800D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5800D

Black with #C5800D

Text Example


Text Example

White with #C5800D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5800D; }

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

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

background-color css

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

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

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

border-color css

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

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

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