Html Css Color HEX #DCB42A Gold Tips

📋 copy color: '#DCB42A'

red 220 ◦ green 180 ◦ blue 42

#DCB42A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gold Tips #DCB42A

Tints of Gold Tips #DCB42A

RGB

 RED value IS 220 (86.33% from 255) = 49.77%

 GREEN value IS 180 (70.7% from 255) = 40.72%

 BLUE value IS 42 (16.8% from 255) = 9.5%

R = 49.77%
G = 40.72%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DCB42A (or 0xDCB42A) is known color: Gold Tips. HEX triplet: DC, B4 and 2A. RGB value is (220,180,42). Sum of RGB (Red+Green+Blue) = 220+180+42=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 42 (16.80% from 255 or 9.50% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB42A is #234BD5. Grayscale: #B0B0B0. Windows color (decimal): -2313174 or 2798812. OLE color: 2798812.

HSL color Cylindrical-coordinate representation of color #DCB42A: hue angle of 46.52º 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 #DCB42A is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 180 42 -
CMYK 0 0.18 0.81 0.14
HSL 46.52º 0.72% 0.51% -
HSV(B) 46.52º 0.81% 0.86% -
XYZ 46.25 48.03 9.02 -
YUV 176.23 52.25 159.22 -
System Red Green Blue C M Y K H S L
Decimal 220 180 42 0 0.18 0.81 0.14 46.52 0.72 0.51
Hex DC B4 2A 0 12 51 E 2F 48 33
Octal 334 264 52 0 22 121 16 57 110 63
Binary 11011100 10110100 101010 0 10010 1010001 1110 101111 1001000 110011

Color Harmonies of #DCB42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB42A

Black with #DCB42A

Text Example


Text Example

White with #DCB42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB42A; }

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

 H1.HeaderClassName
 {
   color: #DCB42A;
 }
 .AnyTagClassName
 {
   color: #DCB42A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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