Html Css Color HEX #DCB426 Gold Tips

📋 copy color: '#DCB426'

red 220 ◦ green 180 ◦ blue 38

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

Shades of Gold Tips #DCB426

Tints of Gold Tips #DCB426

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.1%

 BLUE value IS 38 (15.23% from 255) = 8.68%

R = 50.23%
G = 41.1%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DCB426 (or 0xDCB426) is known color: Gold Tips. HEX triplet: DC, B4 and 26. RGB value is (220,180,38). Sum of RGB (Red+Green+Blue) = 220+180+38=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 38 (15.23% from 255 or 8.68% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB426 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB426 is #234BD9. Grayscale: #B0B0B0. Windows color (decimal): -2313178 or 2536668. OLE color: 2536668.

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

Color convert

RGB 220 180 38 -
CMYK 0 0.18 0.83 0.14
HSL 46.81º 0.72% 0.51% -
HSV(B) 46.81º 0.83% 0.86% -
XYZ 46.19 48 8.66 -
YUV 175.77 50.25 159.55 -
System Red Green Blue C M Y K H S L
Decimal 220 180 38 0 0.18 0.83 0.14 46.81 0.72 0.51
Hex DC B4 26 0 12 53 E 2F 48 33
Octal 334 264 46 0 22 123 16 57 110 63
Binary 11011100 10110100 100110 0 10010 1010011 1110 101111 1001000 110011

Color Harmonies of #DCB426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB426

Black with #DCB426

Text Example


Text Example

White with #DCB426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB426; }

 p { color: rgb(220,180,38); }

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

background-color css

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

 a { background-color: rgb(220,180,38); }

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

border-color css

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

 span { border-color: rgb(220,180,38); }

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