Html Css Color HEX #DFB024 Gold Tips

📋 copy color: '#DFB024'

red 223 ◦ green 176 ◦ blue 36

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

Shades of Gold Tips #DFB024

Tints of Gold Tips #DFB024

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.46%

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

R = 51.26%
G = 40.46%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DFB024 (or 0xDFB024) is known color: Gold Tips. HEX triplet: DF, B0 and 24. RGB value is (223,176,36). Sum of RGB (Red+Green+Blue) = 223+176+36=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 36 (14.45% from 255 or 8.28% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB024 is #204FDB. Grayscale: #AEAEAE. Windows color (decimal): -2117596 or 2404575. OLE color: 2404575.

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

Color convert

RGB 223 176 36 -
CMYK 0 0.21 0.84 0.13
HSL 44.92º 0.75% 0.51% -
HSV(B) 44.92º 0.84% 0.87% -
XYZ 46.28 46.87 8.28 -
YUV 174.09 50.07 162.88 -
System Red Green Blue C M Y K H S L
Decimal 223 176 36 0 0.21 0.84 0.13 44.92 0.75 0.51
Hex DF B0 24 0 15 54 D 2D 4B 33
Octal 337 260 44 0 25 124 15 55 113 63
Binary 11011111 10110000 100100 0 10101 1010100 1101 101101 1001011 110011

Color Harmonies of #DFB024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB024

Black with #DFB024

Text Example


Text Example

White with #DFB024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB024; }

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

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

background-color css

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

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

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

border-color css

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

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

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