Html Css Color HEX #DCB51D Gold Tips

📋 copy color: '#DCB51D'

red 220 ◦ green 181 ◦ blue 29

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

Shades of Gold Tips #DCB51D

Tints of Gold Tips #DCB51D

RGB

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

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

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

R = 51.16%
G = 42.09%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DCB51D (or 0xDCB51D) is known color: Gold Tips. HEX triplet: DC, B5 and 1D. RGB value is (220,181,29). Sum of RGB (Red+Green+Blue) = 220+181+29=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 181 (71.09% from 255 or 42.09% from 430); Blue value is 29 (11.72% from 255 or 6.74% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB51D is #234AE2. Grayscale: #AFAFAF. Windows color (decimal): -2312931 or 1947100. OLE color: 1947100.

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

Color convert

RGB 220 181 29 -
CMYK 0 0.18 0.87 0.14
HSL 47.75º 0.77% 0.49% -
HSV(B) 47.75º 0.87% 0.86% -
XYZ 46.26 48.35 8.06 -
YUV 175.33 45.42 159.86 -
System Red Green Blue C M Y K H S L
Decimal 220 181 29 0 0.18 0.87 0.14 47.75 0.77 0.49
Hex DC B5 1D 0 12 57 E 30 4D 31
Octal 334 265 35 0 22 127 16 60 115 61
Binary 11011100 10110101 11101 0 10010 1010111 1110 110000 1001101 110001

Color Harmonies of #DCB51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB51D

Black with #DCB51D

Text Example


Text Example

White with #DCB51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB51D; }

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

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

background-color css

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

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

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

border-color css

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

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

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