Html Css Color HEX #C17E15 Dark Goldenrod

📋 copy color: '#C17E15'

red 193 ◦ green 126 ◦ blue 21

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

Shades of Dark Goldenrod #C17E15

Tints of Dark Goldenrod #C17E15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.18%

R = 56.76%
G = 37.06%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C17E15 (or 0xC17E15) is known color: Dark Goldenrod. HEX triplet: C1, 7E and 15. RGB value is (193,126,21). Sum of RGB (Red+Green+Blue) = 193+126+21=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 21 (8.59% from 255 or 6.18% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17E15 is #3E81EA. Grayscale: #868686. Windows color (decimal): -4096491 or 1408705. OLE color: 1408705.

HSL color Cylindrical-coordinate representation of color #C17E15: hue angle of 36.63º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C17E15 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 126 21 -
CMYK 0 0.35 0.89 0.24
HSL 36.63º 0.8% 0.42% -
HSV(B) 36.63º 0.89% 0.76% -
XYZ 29.59 26.31 4.23 -
YUV 134.06 64.2 170.04 -
System Red Green Blue C M Y K H S L
Decimal 193 126 21 0 0.35 0.89 0.24 36.63 0.8 0.42
Hex C1 7E 15 0 23 59 18 25 50 2A
Octal 301 176 25 0 43 131 30 45 120 52
Binary 11000001 1111110 10101 0 100011 1011001 11000 100101 1010000 101010

Color Harmonies of #C17E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17E15

Black with #C17E15

Text Example


Text Example

White with #C17E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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