Html Css Color HEX #DCB52C Gold Tips

📋 copy color: '#DCB52C'

red 220 ◦ green 181 ◦ blue 44

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

Shades of Gold Tips #DCB52C

Tints of Gold Tips #DCB52C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.67%

 BLUE value IS 44 (17.58% from 255) = 9.89%

R = 49.44%
G = 40.67%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#DCB52C (or 0xDCB52C) is known color: Gold Tips. HEX triplet: DC, B5 and 2C. RGB value is (220,181,44). Sum of RGB (Red+Green+Blue) = 220+181+44=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 44 (17.58% from 255 or 9.89% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB52C is #234AD3. Grayscale: #B1B1B1. Windows color (decimal): -2312916 or 2930140. OLE color: 2930140.

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

Color convert

RGB 220 181 44 -
CMYK 0 0.18 0.8 0.14
HSL 46.7º 0.72% 0.52% -
HSV(B) 46.7º 0.8% 0.86% -
XYZ 46.49 48.45 9.28 -
YUV 177.04 52.92 158.64 -
System Red Green Blue C M Y K H S L
Decimal 220 181 44 0 0.18 0.8 0.14 46.7 0.72 0.52
Hex DC B5 2C 0 12 50 E 2F 48 34
Octal 334 265 54 0 22 120 16 57 110 64
Binary 11011100 10110101 101100 0 10010 1010000 1110 101111 1001000 110100

Color Harmonies of #DCB52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB52C

Black with #DCB52C

Text Example


Text Example

White with #DCB52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB52C; }

 p { color: rgb(220,181,44); }

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

background-color css

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

 a { background-color: rgb(220,181,44); }

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

border-color css

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

 span { border-color: rgb(220,181,44); }

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