Html Css Color HEX #DCB52B Gold Tips

📋 copy color: '#DCB52B'

red 220 ◦ green 181 ◦ blue 43

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

Shades of Gold Tips #DCB52B

Tints of Gold Tips #DCB52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.68%

R = 49.55%
G = 40.77%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DCB52B (or 0xDCB52B) is known color: Gold Tips. HEX triplet: DC, B5 and 2B. RGB value is (220,181,43). Sum of RGB (Red+Green+Blue) = 220+181+43=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 43 (17.19% from 255 or 9.68% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB52B is #234AD4. Grayscale: #B1B1B1. Windows color (decimal): -2312917 or 2864604. OLE color: 2864604.

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

Color convert

RGB 220 181 43 -
CMYK 0 0.18 0.80 0.14
HSL 46.78º 0.72% 0.52% -
HSV(B) 46.78º 0.8% 0.86% -
XYZ 46.48 48.44 9.19 -
YUV 176.93 52.42 158.72 -
System Red Green Blue C M Y K H S L
Decimal 220 181 43 0 0.18 0.80 0.14 46.78 0.72 0.52
Hex DC B5 2B 0 12 50 E 2F 48 34
Octal 334 265 53 0 22 120 16 57 110 64
Binary 11011100 10110101 101011 0 10010 1010000 1110 101111 1001000 110100

Color Harmonies of #DCB52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB52B

Black with #DCB52B

Text Example


Text Example

White with #DCB52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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