Html Css Color HEX #DFB928 Gold Tips

📋 copy color: '#DFB928'

red 223 ◦ green 185 ◦ blue 40

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

Shades of Gold Tips #DFB928

Tints of Gold Tips #DFB928

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.29%

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

R = 49.78%
G = 41.29%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DFB928 (or 0xDFB928) is known color: Gold Tips. HEX triplet: DF, B9 and 28. RGB value is (223,185,40). Sum of RGB (Red+Green+Blue) = 223+185+40=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 40 (16.02% from 255 or 8.93% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB928 is #2046D7. Grayscale: #B4B4B4. Windows color (decimal): -2115288 or 2669023. OLE color: 2669023.

HSL color Cylindrical-coordinate representation of color #DFB928: hue angle of 47.54º 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 #DFB928 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 185 40 -
CMYK 0 0.17 0.82 0.13
HSL 47.54º 0.74% 0.52% -
HSV(B) 47.54º 0.82% 0.87% -
XYZ 48.16 50.54 9.22 -
YUV 179.83 49.09 158.79 -
System Red Green Blue C M Y K H S L
Decimal 223 185 40 0 0.17 0.82 0.13 47.54 0.74 0.52
Hex DF B9 28 0 11 52 D 30 4A 34
Octal 337 271 50 0 21 122 15 60 112 64
Binary 11011111 10111001 101000 0 10001 1010010 1101 110000 1001010 110100

Color Harmonies of #DFB928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB928

Black with #DFB928

Text Example


Text Example

White with #DFB928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB928; }

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

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

background-color css

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

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

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

border-color css

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

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

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