Html Css Color HEX #C18417 Dark Goldenrod

📋 copy color: '#C18417'

red 193 ◦ green 132 ◦ blue 23

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

Shades of Dark Goldenrod #C18417

Tints of Dark Goldenrod #C18417

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.93%

 BLUE value IS 23 (9.38% from 255) = 6.61%

R = 55.46%
G = 37.93%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C18417 (or 0xC18417) is known color: Dark Goldenrod. HEX triplet: C1, 84 and 17. RGB value is (193,132,23). Sum of RGB (Red+Green+Blue) = 193+132+23=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 23 (9.38% from 255 or 6.61% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C18417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18417 is #3E7BE8. Grayscale: #8A8A8A. Windows color (decimal): -4094953 or 1541313. OLE color: 1541313.

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

Color convert

RGB 193 132 23 -
CMYK 0 0.32 0.88 0.24
HSL 38.47º 0.79% 0.42% -
HSV(B) 38.47º 0.88% 0.76% -
XYZ 30.4 27.9 4.59 -
YUV 137.81 63.21 167.36 -
System Red Green Blue C M Y K H S L
Decimal 193 132 23 0 0.32 0.88 0.24 38.47 0.79 0.42
Hex C1 84 17 0 20 58 18 26 4F 2A
Octal 301 204 27 0 40 130 30 46 117 52
Binary 11000001 10000100 10111 0 100000 1011000 11000 100110 1001111 101010

Color Harmonies of #C18417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18417

Black with #C18417

Text Example


Text Example

White with #C18417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18417; }

 p { color: rgb(193,132,23); }

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

background-color css

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

 a { background-color: rgb(193,132,23); }

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

border-color css

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

 span { border-color: rgb(193,132,23); }

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