#d8b12c

Color #D8B12C Gold Tips (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Tips #D8B12C

Tints of Gold Tips #D8B12C

Color information

#D8B12C (or 0xD8B12C) is unknown color: approx Gold Tips. HEX triplet: D8, B1 and 2C. RGB value is (216,177,44). Sum of RGB (Red+Green+Blue) = 216+177+44=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 44 (17.58% from 255 or 10.07% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B12C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8B12C is #274ED3. Grayscale: #AEAEAE. Windows color (decimal): -2576084 or 2929112. OLE color: 2929112.

HSL color Cylindrical-coordinate representation of color #D8B12C: hue angle of 46.4º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D8B12C is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB21617744-
CMYK00.180.800.15
HSL46.4º68.8%50.98%-
HSV(B)46.4º79.63%84.71%-
XYZ44.546.238.96-
YUV173.554.92158.31-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.43%
GREEN value IS 177 (69.53% from 255) = 40.50%
BLUE value IS 44 (17.58% from 255) = 10.07%
R=49.43%
G=40.50%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.80
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161774400.180.800.1546.468.850.98
HexD8B12C01250F2e4533
Octal33026154022120175610563
Binary1101100010110001101100010010101000011111011101000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8b12c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8b12c; }

 p { color: rgb(216,177,44); }

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

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

 a { background-color: rgb(216,177,44); }

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

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

 span { border-color: rgb(216,177,44); }

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