#C18E14

Color #C18E14 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #C18E14

Tints of Dark Goldenrod #C18E14

Color information

#C18E14 (or 0xC18E14) is unknown color: approx Dark Goldenrod. HEX triplet: C1, 8E and 14. RGB value is (193,142,20). Sum of RGB (Red+Green+Blue) = 193+142+20=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 142 (55.86% from 255 or 40% from 355); Blue value is 20 (8.20% from 255 or 5.63% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C18E14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18E14 is #3E71EB. Grayscale: #8F8F8F. Windows color (decimal): -4092396 or 1347265. OLE color: 1347265.

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

Color convert

RGB19314220-
CMYK00.260.900.24
HSL42.31º81.22%41.76%-
HSV(B)42.31º89.64%75.69%-
XYZ31.7930.734.92-
YUV143.3458.4163.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.37%
GREEN value IS 142 (55.86% from 255) = 40%
BLUE value IS 20 (8.20% from 255) = 5.63%
R=54.37%
G=40%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931422000.260.900.2442.3181.2241.76
HexC18E1401A5A182a512a
Octal30121624032132305212152
Binary1100000110001110101000110101011010110001010101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18E14; }

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

 H1.HeaderClassName
 {
   color: #C18E14;
 }
 .AnyTagClassName
 {
   color: #C18E14;
 }
</style>
background-color css

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

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

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

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

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

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