Html Css Color HEX #C18214 Dark Goldenrod

📋 copy color: '#C18214'

red 193 ◦ green 130 ◦ blue 20

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

Shades of Dark Goldenrod #C18214

Tints of Dark Goldenrod #C18214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.83%

R = 56.27%
G = 37.9%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C18214 (or 0xC18214) is known color: Dark Goldenrod. HEX triplet: C1, 82 and 14. RGB value is (193,130,20). Sum of RGB (Red+Green+Blue) = 193+130+20=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C18214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18214 is #3E7DEB. Grayscale: #888888. Windows color (decimal): -4095468 or 1344193. OLE color: 1344193.

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

Color convert

RGB 193 130 20 -
CMYK 0 0.33 0.90 0.24
HSL 38.15º 0.81% 0.42% -
HSV(B) 38.15º 0.9% 0.76% -
XYZ 30.1 27.35 4.36 -
YUV 136.3 62.37 168.44 -
System Red Green Blue C M Y K H S L
Decimal 193 130 20 0 0.33 0.90 0.24 38.15 0.81 0.42
Hex C1 82 14 0 21 5A 18 26 51 2A
Octal 301 202 24 0 41 132 30 46 121 52
Binary 11000001 10000010 10100 0 100001 1011010 11000 100110 1010001 101010

Color Harmonies of #C18214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18214

Black with #C18214

Text Example


Text Example

White with #C18214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18214; }

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

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

background-color css

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

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

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

border-color css

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

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

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