Html Css Color HEX #DCB121 Gold Tips

📋 copy color: '#DCB121'

red 220 ◦ green 177 ◦ blue 33

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

Shades of Gold Tips #DCB121

Tints of Gold Tips #DCB121

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.16%

 BLUE value IS 33 (13.28% from 255) = 7.67%

R = 51.16%
G = 41.16%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCB121 (or 0xDCB121) is known color: Gold Tips. HEX triplet: DC, B1 and 21. RGB value is (220,177,33). Sum of RGB (Red+Green+Blue) = 220+177+33=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 33 (13.28% from 255 or 7.67% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB121 is #234EDE. Grayscale: #AEAEAE. Windows color (decimal): -2313951 or 2208220. OLE color: 2208220.

HSL color Cylindrical-coordinate representation of color #DCB121: hue angle of 46.2º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCB121 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 177 33 -
CMYK 0 0.20 0.85 0.14
HSL 46.2º 0.74% 0.5% -
HSV(B) 46.2º 0.85% 0.86% -
XYZ 45.51 46.77 8.07 -
YUV 173.44 48.75 161.21 -
System Red Green Blue C M Y K H S L
Decimal 220 177 33 0 0.20 0.85 0.14 46.2 0.74 0.5
Hex DC B1 21 0 14 55 E 2E 4A 32
Octal 334 261 41 0 24 125 16 56 112 62
Binary 11011100 10110001 100001 0 10100 1010101 1110 101110 1001010 110010

Color Harmonies of #DCB121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB121

Black with #DCB121

Text Example


Text Example

White with #DCB121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB121; }

 p { color: rgb(220,177,33); }

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

background-color css

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

 a { background-color: rgb(220,177,33); }

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

border-color css

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

 span { border-color: rgb(220,177,33); }

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