Html Css Color HEX #DCB31D Gold Tips

📋 copy color: '#DCB31D'

red 220 ◦ green 179 ◦ blue 29

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

Shades of Gold Tips #DCB31D

Tints of Gold Tips #DCB31D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.78%

R = 51.4%
G = 41.82%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DCB31D (or 0xDCB31D) is known color: Gold Tips. HEX triplet: DC, B3 and 1D. RGB value is (220,179,29). Sum of RGB (Red+Green+Blue) = 220+179+29=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 29 (11.72% from 255 or 6.78% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB31D is #234CE2. Grayscale: #AEAEAE. Windows color (decimal): -2313443 or 1946588. OLE color: 1946588.

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

Color convert

RGB 220 179 29 -
CMYK 0 0.19 0.87 0.14
HSL 47.12º 0.77% 0.49% -
HSV(B) 47.12º 0.87% 0.86% -
XYZ 45.86 47.54 7.92 -
YUV 174.16 46.08 160.7 -
System Red Green Blue C M Y K H S L
Decimal 220 179 29 0 0.19 0.87 0.14 47.12 0.77 0.49
Hex DC B3 1D 0 13 57 E 2F 4D 31
Octal 334 263 35 0 23 127 16 57 115 61
Binary 11011100 10110011 11101 0 10011 1010111 1110 101111 1001101 110001

Color Harmonies of #DCB31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB31D

Black with #DCB31D

Text Example


Text Example

White with #DCB31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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