Html Css Color HEX #DFB824 Gold Tips

📋 copy color: '#DFB824'

red 223 ◦ green 184 ◦ blue 36

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

Shades of Gold Tips #DFB824

Tints of Gold Tips #DFB824

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.53%

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

R = 50.34%
G = 41.53%
B = 8.13%

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

#DFB824 (or 0xDFB824) is known color: Gold Tips. HEX triplet: DF, B8 and 24. RGB value is (223,184,36). Sum of RGB (Red+Green+Blue) = 223+184+36=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 36 (14.45% from 255 or 8.13% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB824 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB824 is #2047DB. Grayscale: #B3B3B3. Windows color (decimal): -2115548 or 2406623. OLE color: 2406623.

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

Color convert

RGB 223 184 36 -
CMYK 0 0.17 0.84 0.13
HSL 47.49º 0.75% 0.51% -
HSV(B) 47.49º 0.84% 0.87% -
XYZ 47.89 50.1 8.81 -
YUV 178.79 47.42 159.53 -
System Red Green Blue C M Y K H S L
Decimal 223 184 36 0 0.17 0.84 0.13 47.49 0.75 0.51
Hex DF B8 24 0 11 54 D 2F 4B 33
Octal 337 270 44 0 21 124 15 57 113 63
Binary 11011111 10111000 100100 0 10001 1010100 1101 101111 1001011 110011

Color Harmonies of #DFB824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB824

Black with #DFB824

Text Example


Text Example

White with #DFB824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB824; }

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

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

background-color css

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

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

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

border-color css

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

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

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