Html Css Color HEX #C1820E Dark Goldenrod

📋 copy color: '#C1820E'

red 193 ◦ green 130 ◦ blue 14

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

Shades of Dark Goldenrod #C1820E

Tints of Dark Goldenrod #C1820E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.15%

R = 57.27%
G = 38.58%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C1820E (or 0xC1820E) is known color: Dark Goldenrod. HEX triplet: C1, 82 and 0E. RGB value is (193,130,14). Sum of RGB (Red+Green+Blue) = 193+130+14=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C1820E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1820E is #3E7DF1. Grayscale: #888888. Windows color (decimal): -4095474 or 950977. OLE color: 950977.

HSL color Cylindrical-coordinate representation of color #C1820E: hue angle of 38.88º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1820E is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 130 14 -
CMYK 0 0.33 0.93 0.24
HSL 38.88º 0.86% 0.41% -
HSV(B) 38.88º 0.93% 0.76% -
XYZ 30.05 27.33 4.11 -
YUV 135.61 59.37 168.93 -
System Red Green Blue C M Y K H S L
Decimal 193 130 14 0 0.33 0.93 0.24 38.88 0.86 0.41
Hex C1 82 E 0 21 5D 18 27 56 29
Octal 301 202 16 0 41 135 30 47 126 51
Binary 11000001 10000010 1110 0 100001 1011101 11000 100111 1010110 101001

Color Harmonies of #C1820E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1820E

Black with #C1820E

Text Example


Text Example

White with #C1820E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1820E; }

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

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

background-color css

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

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

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

border-color css

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

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

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