Html Css Color HEX #DFB428 Gold Tips

📋 copy color: '#DFB428'

red 223 ◦ green 180 ◦ blue 40

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

Shades of Gold Tips #DFB428

Tints of Gold Tips #DFB428

RGB

 RED value IS 223 (87.5% from 255) = 50.34%

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

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

R = 50.34%
G = 40.63%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DFB428 (or 0xDFB428) is known color: Gold Tips. HEX triplet: DF, B4 and 28. RGB value is (223,180,40). Sum of RGB (Red+Green+Blue) = 223+180+40=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 40 (16.02% from 255 or 9.03% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB428 is #204BD7. Grayscale: #B1B1B1. Windows color (decimal): -2116568 or 2667743. OLE color: 2667743.

HSL color Cylindrical-coordinate representation of color #DFB428: hue angle of 45.9º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DFB428 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 180 40 -
CMYK 0 0.19 0.82 0.13
HSL 45.9º 0.74% 0.52% -
HSV(B) 45.9º 0.82% 0.87% -
XYZ 47.14 48.48 8.88 -
YUV 176.9 50.75 160.88 -
System Red Green Blue C M Y K H S L
Decimal 223 180 40 0 0.19 0.82 0.13 45.9 0.74 0.52
Hex DF B4 28 0 13 52 D 2E 4A 34
Octal 337 264 50 0 23 122 15 56 112 64
Binary 11011111 10110100 101000 0 10011 1010010 1101 101110 1001010 110100

Color Harmonies of #DFB428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB428

Black with #DFB428

Text Example


Text Example

White with #DFB428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB428; }

 p { color: rgb(223,180,40); }

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

background-color css

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

 a { background-color: rgb(223,180,40); }

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

border-color css

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

 span { border-color: rgb(223,180,40); }

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