Html Css Color HEX #C17C13 Dark Goldenrod

📋 copy color: '#C17C13'

red 193 ◦ green 124 ◦ blue 19

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

Shades of Dark Goldenrod #C17C13

Tints of Dark Goldenrod #C17C13

RGB

 RED value IS 193 (75.78% from 255) = 57.44%

 GREEN value IS 124 (48.83% from 255) = 36.9%

 BLUE value IS 19 (7.81% from 255) = 5.65%

R = 57.44%
G = 36.9%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C17C13 (or 0xC17C13) is known color: Dark Goldenrod. HEX triplet: C1, 7C and 13. RGB value is (193,124,19). Sum of RGB (Red+Green+Blue) = 193+124+19=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17C13 is #3E83EC. Grayscale: #858585. Windows color (decimal): -4097005 or 1277121. OLE color: 1277121.

HSL color Cylindrical-coordinate representation of color #C17C13: hue angle of 36.21º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C17C13 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 124 19 -
CMYK 0 0.36 0.90 0.24
HSL 36.21º 0.82% 0.42% -
HSV(B) 36.21º 0.9% 0.76% -
XYZ 29.32 25.8 4.05 -
YUV 132.66 63.86 171.04 -
System Red Green Blue C M Y K H S L
Decimal 193 124 19 0 0.36 0.90 0.24 36.21 0.82 0.42
Hex C1 7C 13 0 24 5A 18 24 52 2A
Octal 301 174 23 0 44 132 30 44 122 52
Binary 11000001 1111100 10011 0 100100 1011010 11000 100100 1010010 101010

Color Harmonies of #C17C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17C13

Black with #C17C13

Text Example


Text Example

White with #C17C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17C13; }

 p { color: rgb(193,124,19); }

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

background-color css

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

 a { background-color: rgb(193,124,19); }

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

border-color css

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

 span { border-color: rgb(193,124,19); }

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