Html Css Color HEX #C5790D Dark Goldenrod

📋 copy color: '#C5790D'

red 197 ◦ green 121 ◦ blue 13

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

Shades of Dark Goldenrod #C5790D

Tints of Dark Goldenrod #C5790D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.56%

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

R = 59.52%
G = 36.56%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5790D (or 0xC5790D) is known color: Dark Goldenrod. HEX triplet: C5, 79 and 0D. RGB value is (197,121,13). Sum of RGB (Red+Green+Blue) = 197+121+13=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C5790D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5790D is #3A86F2. Grayscale: #838383. Windows color (decimal): -3835635 or 883141. OLE color: 883141.

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

Color convert

RGB 197 121 13 -
CMYK 0 0.39 0.93 0.23
HSL 35.22º 0.88% 0.41% -
HSV(B) 35.22º 0.93% 0.77% -
XYZ 29.94 25.57 3.74 -
YUV 131.41 61.18 174.78 -
System Red Green Blue C M Y K H S L
Decimal 197 121 13 0 0.39 0.93 0.23 35.22 0.88 0.41
Hex C5 79 D 0 27 5D 17 23 58 29
Octal 305 171 15 0 47 135 27 43 130 51
Binary 11000101 1111001 1101 0 100111 1011101 10111 100011 1011000 101001

Color Harmonies of #C5790D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5790D

Black with #C5790D

Text Example


Text Example

White with #C5790D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5790D; }

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

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

background-color css

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

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

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

border-color css

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

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

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