Html Css Color HEX #DCBA30 Gold Tips

📋 copy color: '#DCBA30'

red 220 ◦ green 186 ◦ blue 48

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

Shades of Gold Tips #DCBA30

Tints of Gold Tips #DCBA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.57%

R = 48.46%
G = 40.97%
B = 10.57%

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

#DCBA30 (or 0xDCBA30) is known color: Gold Tips. HEX triplet: DC, BA and 30. RGB value is (220,186,48). Sum of RGB (Red+Green+Blue) = 220+186+48=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 48 (19.14% from 255 or 10.57% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA30 is #2345CF. Grayscale: #B5B5B5. Windows color (decimal): -2311632 or 3193564. OLE color: 3193564.

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

Color convert

RGB 220 186 48 -
CMYK 0 0.15 0.78 0.14
HSL 48.14º 0.71% 0.53% -
HSV(B) 48.14º 0.78% 0.86% -
XYZ 47.61 50.55 10.04 -
YUV 180.43 53.26 156.22 -
System Red Green Blue C M Y K H S L
Decimal 220 186 48 0 0.15 0.78 0.14 48.14 0.71 0.53
Hex DC BA 30 0 F 4E E 30 47 35
Octal 334 272 60 0 17 116 16 60 107 65
Binary 11011100 10111010 110000 0 1111 1001110 1110 110000 1000111 110101

Color Harmonies of #DCBA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA30

Black with #DCBA30

Text Example


Text Example

White with #DCBA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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