#C48E0E

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

Shades of Dark Goldenrod #C48E0E

Tints of Dark Goldenrod #C48E0E

Color information

#C48E0E (or 0xC48E0E) is unknown color: approx Dark Goldenrod. HEX triplet: C4, 8E and 0E. RGB value is (196,142,14). Sum of RGB (Red+Green+Blue) = 196+142+14=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 142 (55.86% from 255 or 40.34% from 352); Blue value is 14 (5.86% from 255 or 3.98% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48E0E is #3B71F1. Grayscale: #909090. Windows color (decimal): -3895794 or 954052. OLE color: 954052.

HSL color Cylindrical-coordinate representation of color #C48E0E: hue angle of 42.2º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C48E0E is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB19614214-
CMYK00.280.930.23
HSL42.2º86.67%41.18%-
HSV(B)42.2º92.86%76.86%-
XYZ32.5231.114.71-
YUV143.5554.89165.41-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 55.68%
GREEN value IS 142 (55.86% from 255) = 40.34%
BLUE value IS 14 (5.86% from 255) = 3.98%
R=55.68%
G=40.34%
B=3.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.93
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961421400.280.930.2342.286.6741.18
HexC48EE01C5D172a5729
Octal30421616034135275212751
Binary110001001000111011100111001011101101111010101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48E0E; }

 p { color: rgb(196,142,14); }

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

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

 a { background-color: rgb(196,142,14); }

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

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

 span { border-color: rgb(196,142,14); }

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