#C48D12

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

Shades of Dark Goldenrod #C48D12

Tints of Dark Goldenrod #C48D12

Color information

#C48D12 (or 0xC48D12) is unknown color: approx Dark Goldenrod. HEX triplet: C4, 8D and 12. RGB value is (196,141,18). Sum of RGB (Red+Green+Blue) = 196+141+18=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48D12 is #3B72ED. Grayscale: #8F8F8F. Windows color (decimal): -3896046 or 1215940. OLE color: 1215940.

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

Color convert

RGB19614118-
CMYK00.280.910.23
HSL41.46º83.18%41.96%-
HSV(B)41.46º90.82%76.86%-
XYZ32.430.834.82-
YUV143.4257.22165.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 55.21%
GREEN value IS 141 (55.47% from 255) = 39.72%
BLUE value IS 18 (7.42% from 255) = 5.07%
R=55.21%
G=39.72%
B=5.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.91
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961411800.280.910.2341.4683.1841.96
HexC48D1201C5B1729532a
Octal30421522034133275112352
Binary1100010010001101100100111001011011101111010011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48D12; }

 p { color: rgb(196,141,18); }

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

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

 a { background-color: rgb(196,141,18); }

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

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

 span { border-color: rgb(196,141,18); }

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