#C1880E

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

Shades of Dark Goldenrod #C1880E

Tints of Dark Goldenrod #C1880E

Color information

#C1880E (or 0xC1880E) is unknown color: approx Dark Goldenrod. HEX triplet: C1, 88 and 0E. RGB value is (193,136,14). Sum of RGB (Red+Green+Blue) = 193+136+14=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 14 (5.86% from 255 or 4.08% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C1880E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1880E is #3E77F1. Grayscale: #8B8B8B. Windows color (decimal): -4093938 or 952513. OLE color: 952513.

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

Color convert

RGB19313614-
CMYK00.300.930.24
HSL40.89º86.47%40.59%-
HSV(B)40.89º92.75%75.69%-
XYZ30.8828.984.38-
YUV139.1457.38166.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.27%
GREEN value IS 136 (53.52% from 255) = 39.65%
BLUE value IS 14 (5.86% from 255) = 4.08%
R=56.27%
G=39.65%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931361400.300.930.2440.8986.4740.59
HexC188E01E5D18295629
Octal30121016036135305112651
Binary110000011000100011100111101011101110001010011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1880E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1880E; }

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

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

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

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

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

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

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

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