Html Css Color HEX #DCB51E Gold Tips

📋 copy color: '#DCB51E'

red 220 ◦ green 181 ◦ blue 30

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

Shades of Gold Tips #DCB51E

Tints of Gold Tips #DCB51E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.96%

R = 51.04%
G = 42%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DCB51E (or 0xDCB51E) is known color: Gold Tips. HEX triplet: DC, B5 and 1E. RGB value is (220,181,30). Sum of RGB (Red+Green+Blue) = 220+181+30=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 30 (12.11% from 255 or 6.96% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB51E is #234AE1. Grayscale: #B0B0B0. Windows color (decimal): -2312930 or 2012636. OLE color: 2012636.

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

Color convert

RGB 220 181 30 -
CMYK 0 0.18 0.86 0.14
HSL 47.68º 0.76% 0.49% -
HSV(B) 47.68º 0.86% 0.86% -
XYZ 46.27 48.36 8.12 -
YUV 175.45 45.92 159.78 -
System Red Green Blue C M Y K H S L
Decimal 220 181 30 0 0.18 0.86 0.14 47.68 0.76 0.49
Hex DC B5 1E 0 12 56 E 30 4C 31
Octal 334 265 36 0 22 126 16 60 114 61
Binary 11011100 10110101 11110 0 10010 1010110 1110 110000 1001100 110001

Color Harmonies of #DCB51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB51E

Black with #DCB51E

Text Example


Text Example

White with #DCB51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB51E; }

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

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

background-color css

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

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

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

border-color css

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

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

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