Html Css Color HEX #DCB61F Gold Tips

📋 copy color: '#DCB61F'

red 220 ◦ green 182 ◦ blue 31

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

Shades of Gold Tips #DCB61F

Tints of Gold Tips #DCB61F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.03%

 BLUE value IS 31 (12.5% from 255) = 7.16%

R = 50.81%
G = 42.03%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DCB61F (or 0xDCB61F) is known color: Gold Tips. HEX triplet: DC, B6 and 1F. RGB value is (220,182,31). Sum of RGB (Red+Green+Blue) = 220+182+31=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 31 (12.5% from 255 or 7.16% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB61F is #2349E0. Grayscale: #B0B0B0. Windows color (decimal): -2312673 or 2078428. OLE color: 2078428.

HSL color Cylindrical-coordinate representation of color #DCB61F: hue angle of 47.94º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCB61F is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 182 31 -
CMYK 0 0.17 0.86 0.14
HSL 47.94º 0.75% 0.49% -
HSV(B) 47.94º 0.86% 0.86% -
XYZ 46.49 48.77 8.26 -
YUV 176.15 46.09 159.28 -
System Red Green Blue C M Y K H S L
Decimal 220 182 31 0 0.17 0.86 0.14 47.94 0.75 0.49
Hex DC B6 1F 0 11 56 E 30 4B 31
Octal 334 266 37 0 21 126 16 60 113 61
Binary 11011100 10110110 11111 0 10001 1010110 1110 110000 1001011 110001

Color Harmonies of #DCB61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB61F

Black with #DCB61F

Text Example


Text Example

White with #DCB61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB61F; }

 p { color: rgb(220,182,31); }

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

background-color css

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

 a { background-color: rgb(220,182,31); }

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

border-color css

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

 span { border-color: rgb(220,182,31); }

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