#DCBD2A

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

Shades of Gold Tips #DCBD2A

Tints of Gold Tips #DCBD2A

Color information

#DCBD2A (or 0xDCBD2A) is unknown color: approx Gold Tips. HEX triplet: DC, BD and 2A. RGB value is (220,189,42). Sum of RGB (Red+Green+Blue) = 220+189+42=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 42 (16.80% from 255 or 9.31% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBD2A is #2342D5. Grayscale: #B6B6B6. Windows color (decimal): -2310870 or 2801116. OLE color: 2801116.

HSL color Cylindrical-coordinate representation of color #DCBD2A: hue angle of 49.55º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCBD2A is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB22018942-
CMYK00.140.810.14
HSL49.55º71.77%51.37%-
HSV(B)49.55º80.91%86.27%-
XYZ48.1351.789.65-
YUV181.5149.27155.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.78%
GREEN value IS 189 (74.22% from 255) = 41.91%
BLUE value IS 42 (16.80% from 255) = 9.31%
R=48.78%
G=41.91%
B=9.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.81
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201894200.140.810.1449.5571.7751.37
HexDCBD2A0E51E324833
Octal33427552016121166211063
Binary110111001011110110101001110101000111101100101001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBD2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBD2A; }

 p { color: rgb(220,189,42); }

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

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

 a { background-color: rgb(220,189,42); }

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

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

 span { border-color: rgb(220,189,42); }

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