Html Css Color HEX #DCB31E Gold Tips

📋 copy color: '#DCB31E'

red 220 ◦ green 179 ◦ blue 30

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

Shades of Gold Tips #DCB31E

Tints of Gold Tips #DCB31E

RGB

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

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

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

R = 51.28%
G = 41.72%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DCB31E (or 0xDCB31E) is known color: Gold Tips. HEX triplet: DC, B3 and 1E. RGB value is (220,179,30). Sum of RGB (Red+Green+Blue) = 220+179+30=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 30 (12.11% from 255 or 6.99% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB31E is #234CE1. Grayscale: #AEAEAE. Windows color (decimal): -2313442 or 2012124. OLE color: 2012124.

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

Color convert

RGB 220 179 30 -
CMYK 0 0.19 0.86 0.14
HSL 47.05º 0.76% 0.49% -
HSV(B) 47.05º 0.86% 0.86% -
XYZ 45.87 47.55 7.99 -
YUV 174.27 46.58 160.62 -
System Red Green Blue C M Y K H S L
Decimal 220 179 30 0 0.19 0.86 0.14 47.05 0.76 0.49
Hex DC B3 1E 0 13 56 E 2F 4C 31
Octal 334 263 36 0 23 126 16 57 114 61
Binary 11011100 10110011 11110 0 10011 1010110 1110 101111 1001100 110001

Color Harmonies of #DCB31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB31E

Black with #DCB31E

Text Example


Text Example

White with #DCB31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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