Html Css Color HEX #C17F13 Dark Goldenrod

📋 copy color: '#C17F13'

red 193 ◦ green 127 ◦ blue 19

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

Shades of Dark Goldenrod #C17F13

Tints of Dark Goldenrod #C17F13

RGB

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

 GREEN value IS 127 (50% from 255) = 37.46%

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

R = 56.93%
G = 37.46%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C17F13 (or 0xC17F13) is known color: Dark Goldenrod. HEX triplet: C1, 7F and 13. RGB value is (193,127,19). Sum of RGB (Red+Green+Blue) = 193+127+19=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17F13 is #3E80EC. Grayscale: #868686. Windows color (decimal): -4096237 or 1277889. OLE color: 1277889.

HSL color Cylindrical-coordinate representation of color #C17F13: hue angle of 37.24º 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 #C17F13 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 127 19 -
CMYK 0 0.34 0.90 0.24
HSL 37.24º 0.82% 0.42% -
HSV(B) 37.24º 0.9% 0.76% -
XYZ 29.7 26.56 4.18 -
YUV 134.42 62.87 169.78 -
System Red Green Blue C M Y K H S L
Decimal 193 127 19 0 0.34 0.90 0.24 37.24 0.82 0.42
Hex C1 7F 13 0 22 5A 18 25 52 2A
Octal 301 177 23 0 42 132 30 45 122 52
Binary 11000001 1111111 10011 0 100010 1011010 11000 100101 1010010 101010

Color Harmonies of #C17F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17F13

Black with #C17F13

Text Example


Text Example

White with #C17F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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