Html Css Color HEX #C5790C Dark Goldenrod

📋 copy color: '#C5790C'

red 197 ◦ green 121 ◦ blue 12

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

Shades of Dark Goldenrod #C5790C

Tints of Dark Goldenrod #C5790C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.64%

R = 59.7%
G = 36.67%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5790C (or 0xC5790C) is known color: Dark Goldenrod. HEX triplet: C5, 79 and 0C. RGB value is (197,121,12). Sum of RGB (Red+Green+Blue) = 197+121+12=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C5790C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5790C is #3A86F3. Grayscale: #838383. Windows color (decimal): -3835636 or 817605. OLE color: 817605.

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

Color convert

RGB 197 121 12 -
CMYK 0 0.39 0.94 0.23
HSL 35.35º 0.89% 0.41% -
HSV(B) 35.35º 0.94% 0.77% -
XYZ 29.93 25.57 3.71 -
YUV 131.3 60.68 174.86 -
System Red Green Blue C M Y K H S L
Decimal 197 121 12 0 0.39 0.94 0.23 35.35 0.89 0.41
Hex C5 79 C 0 27 5E 17 23 59 29
Octal 305 171 14 0 47 136 27 43 131 51
Binary 11000101 1111001 1100 0 100111 1011110 10111 100011 1011001 101001

Color Harmonies of #C5790C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5790C

Black with #C5790C

Text Example


Text Example

White with #C5790C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5790C; }

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

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

background-color css

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

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

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

border-color css

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

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

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