Html Css Color HEX #DFB924 Gold Tips

📋 copy color: '#DFB924'

red 223 ◦ green 185 ◦ blue 36

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

Shades of Gold Tips #DFB924

Tints of Gold Tips #DFB924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.11%

R = 50.23%
G = 41.67%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DFB924 (or 0xDFB924) is known color: Gold Tips. HEX triplet: DF, B9 and 24. RGB value is (223,185,36). Sum of RGB (Red+Green+Blue) = 223+185+36=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 36 (14.45% from 255 or 8.11% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB924 is #2046DB. Grayscale: #B4B4B4. Windows color (decimal): -2115292 or 2406879. OLE color: 2406879.

HSL color Cylindrical-coordinate representation of color #DFB924: hue angle of 47.81º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DFB924 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 185 36 -
CMYK 0 0.17 0.84 0.13
HSL 47.81º 0.75% 0.51% -
HSV(B) 47.81º 0.84% 0.87% -
XYZ 48.1 50.51 8.88 -
YUV 179.38 47.09 159.12 -
System Red Green Blue C M Y K H S L
Decimal 223 185 36 0 0.17 0.84 0.13 47.81 0.75 0.51
Hex DF B9 24 0 11 54 D 30 4B 33
Octal 337 271 44 0 21 124 15 60 113 63
Binary 11011111 10111001 100100 0 10001 1010100 1101 110000 1001011 110011

Color Harmonies of #DFB924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB924

Black with #DFB924

Text Example


Text Example

White with #DFB924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB924; }

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

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

background-color css

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

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

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

border-color css

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

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

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