Html Css Color HEX #DCB128 Gold Tips

📋 copy color: '#DCB128'

red 220 ◦ green 177 ◦ blue 40

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

Shades of Gold Tips #DCB128

Tints of Gold Tips #DCB128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.15%

R = 50.34%
G = 40.5%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DCB128 (or 0xDCB128) is known color: Gold Tips. HEX triplet: DC, B1 and 28. RGB value is (220,177,40). Sum of RGB (Red+Green+Blue) = 220+177+40=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 40 (16.02% from 255 or 9.15% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB128 is #234ED7. Grayscale: #AEAEAE. Windows color (decimal): -2313944 or 2666972. OLE color: 2666972.

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

Color convert

RGB 220 177 40 -
CMYK 0 0.20 0.82 0.14
HSL 45.67º 0.72% 0.51% -
HSV(B) 45.67º 0.82% 0.86% -
XYZ 45.62 46.81 8.64 -
YUV 174.24 52.25 160.64 -
System Red Green Blue C M Y K H S L
Decimal 220 177 40 0 0.20 0.82 0.14 45.67 0.72 0.51
Hex DC B1 28 0 14 52 E 2E 48 33
Octal 334 261 50 0 24 122 16 56 110 63
Binary 11011100 10110001 101000 0 10100 1010010 1110 101110 1001000 110011

Color Harmonies of #DCB128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB128

Black with #DCB128

Text Example


Text Example

White with #DCB128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB128; }

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

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

background-color css

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

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

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

border-color css

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

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

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