Html Css Color HEX #C17E13 Dark Goldenrod

📋 copy color: '#C17E13'

red 193 ◦ green 126 ◦ blue 19

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

Shades of Dark Goldenrod #C17E13

Tints of Dark Goldenrod #C17E13

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.28%

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

R = 57.1%
G = 37.28%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C17E13 (or 0xC17E13) is known color: Dark Goldenrod. HEX triplet: C1, 7E and 13. RGB value is (193,126,19). Sum of RGB (Red+Green+Blue) = 193+126+19=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17E13 is #3E81EC. Grayscale: #868686. Windows color (decimal): -4096493 or 1277633. OLE color: 1277633.

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

Color convert

RGB 193 126 19 -
CMYK 0 0.35 0.90 0.24
HSL 36.9º 0.82% 0.42% -
HSV(B) 36.9º 0.9% 0.76% -
XYZ 29.57 26.31 4.14 -
YUV 133.84 63.2 170.2 -
System Red Green Blue C M Y K H S L
Decimal 193 126 19 0 0.35 0.90 0.24 36.9 0.82 0.42
Hex C1 7E 13 0 23 5A 18 25 52 2A
Octal 301 176 23 0 43 132 30 45 122 52
Binary 11000001 1111110 10011 0 100011 1011010 11000 100101 1010010 101010

Color Harmonies of #C17E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17E13

Black with #C17E13

Text Example


Text Example

White with #C17E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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