Html Css Color HEX #C18217 Dark Goldenrod

📋 copy color: '#C18217'

red 193 ◦ green 130 ◦ blue 23

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

Shades of Dark Goldenrod #C18217

Tints of Dark Goldenrod #C18217

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.57%

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

R = 55.78%
G = 37.57%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C18217 (or 0xC18217) is known color: Dark Goldenrod. HEX triplet: C1, 82 and 17. RGB value is (193,130,23). Sum of RGB (Red+Green+Blue) = 193+130+23=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 23 (9.38% from 255 or 6.65% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C18217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18217 is #3E7DE8. Grayscale: #898989. Windows color (decimal): -4095465 or 1540801. OLE color: 1540801.

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

Color convert

RGB 193 130 23 -
CMYK 0 0.33 0.88 0.24
HSL 37.76º 0.79% 0.42% -
HSV(B) 37.76º 0.88% 0.76% -
XYZ 30.13 27.36 4.5 -
YUV 136.64 63.87 168.2 -
System Red Green Blue C M Y K H S L
Decimal 193 130 23 0 0.33 0.88 0.24 37.76 0.79 0.42
Hex C1 82 17 0 21 58 18 26 4F 2A
Octal 301 202 27 0 41 130 30 46 117 52
Binary 11000001 10000010 10111 0 100001 1011000 11000 100110 1001111 101010

Color Harmonies of #C18217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18217

Black with #C18217

Text Example


Text Example

White with #C18217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18217; }

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

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

background-color css

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

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

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

border-color css

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

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

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