Html Css Color HEX #C18518 Dark Goldenrod

📋 copy color: '#C18518'

red 193 ◦ green 133 ◦ blue 24

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

Shades of Dark Goldenrod #C18518

Tints of Dark Goldenrod #C18518

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38%

 BLUE value IS 24 (9.77% from 255) = 6.86%

R = 55.14%
G = 38%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C18518 (or 0xC18518) is known color: Dark Goldenrod. HEX triplet: C1, 85 and 18. RGB value is (193,133,24). Sum of RGB (Red+Green+Blue) = 193+133+24=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C18518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18518 is #3E7AE7. Grayscale: #8B8B8B. Windows color (decimal): -4094696 or 1607105. OLE color: 1607105.

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

Color convert

RGB 193 133 24 -
CMYK 0 0.31 0.88 0.24
HSL 38.7º 0.78% 0.43% -
HSV(B) 38.7º 0.88% 0.76% -
XYZ 30.54 28.18 4.69 -
YUV 138.51 63.38 166.86 -
System Red Green Blue C M Y K H S L
Decimal 193 133 24 0 0.31 0.88 0.24 38.7 0.78 0.43
Hex C1 85 18 0 1F 58 18 27 4E 2B
Octal 301 205 30 0 37 130 30 47 116 53
Binary 11000001 10000101 11000 0 11111 1011000 11000 100111 1001110 101011

Color Harmonies of #C18518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18518

Black with #C18518

Text Example


Text Example

White with #C18518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18518; }

 p { color: rgb(193,133,24); }

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

background-color css

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

 a { background-color: rgb(193,133,24); }

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

border-color css

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

 span { border-color: rgb(193,133,24); }

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