Html Css Color HEX #DCBA31 Gold Tips

📋 copy color: '#DCBA31'

red 220 ◦ green 186 ◦ blue 49

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

Shades of Gold Tips #DCBA31

Tints of Gold Tips #DCBA31

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.88%

 BLUE value IS 49 (19.53% from 255) = 10.77%

R = 48.35%
G = 40.88%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DCBA31 (or 0xDCBA31) is known color: Gold Tips. HEX triplet: DC, BA and 31. RGB value is (220,186,49). Sum of RGB (Red+Green+Blue) = 220+186+49=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 49 (19.53% from 255 or 10.77% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA31 is #2345CE. Grayscale: #B5B5B5. Windows color (decimal): -2311631 or 3259100. OLE color: 3259100.

HSL color Cylindrical-coordinate representation of color #DCBA31: hue angle of 48.07º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCBA31 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 186 49 -
CMYK 0 0.15 0.78 0.14
HSL 48.07º 0.71% 0.53% -
HSV(B) 48.07º 0.78% 0.86% -
XYZ 47.63 50.56 10.15 -
YUV 180.55 53.76 156.14 -
System Red Green Blue C M Y K H S L
Decimal 220 186 49 0 0.15 0.78 0.14 48.07 0.71 0.53
Hex DC BA 31 0 F 4E E 30 47 35
Octal 334 272 61 0 17 116 16 60 107 65
Binary 11011100 10111010 110001 0 1111 1001110 1110 110000 1000111 110101

Color Harmonies of #DCBA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA31

Black with #DCBA31

Text Example


Text Example

White with #DCBA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA31; }

 p { color: rgb(220,186,49); }

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

background-color css

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

 a { background-color: rgb(220,186,49); }

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

border-color css

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

 span { border-color: rgb(220,186,49); }

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