Html Css Color HEX #DCB31B Gold Tips

📋 copy color: '#DCB31B'

red 220 ◦ green 179 ◦ blue 27

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

Shades of Gold Tips #DCB31B

Tints of Gold Tips #DCB31B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.02%

 BLUE value IS 27 (10.94% from 255) = 6.34%

R = 51.64%
G = 42.02%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DCB31B (or 0xDCB31B) is known color: Gold Tips. HEX triplet: DC, B3 and 1B. RGB value is (220,179,27). Sum of RGB (Red+Green+Blue) = 220+179+27=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 27 (10.94% from 255 or 6.34% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB31B is #234CE4. Grayscale: #AEAEAE. Windows color (decimal): -2313445 or 1815516. OLE color: 1815516.

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

Color convert

RGB 220 179 27 -
CMYK 0 0.19 0.88 0.14
HSL 47.25º 0.78% 0.48% -
HSV(B) 47.25º 0.88% 0.86% -
XYZ 45.83 47.53 7.8 -
YUV 173.93 45.08 160.86 -
System Red Green Blue C M Y K H S L
Decimal 220 179 27 0 0.19 0.88 0.14 47.25 0.78 0.48
Hex DC B3 1B 0 13 58 E 2F 4E 30
Octal 334 263 33 0 23 130 16 57 116 60
Binary 11011100 10110011 11011 0 10011 1011000 1110 101111 1001110 110000

Color Harmonies of #DCB31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB31B

Black with #DCB31B

Text Example


Text Example

White with #DCB31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB31B; }

 p { color: rgb(220,179,27); }

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

background-color css

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

 a { background-color: rgb(220,179,27); }

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

border-color css

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

 span { border-color: rgb(220,179,27); }

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