Html Css Color HEX #DFB021 Gold Tips

📋 copy color: '#DFB021'

red 223 ◦ green 176 ◦ blue 33

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

Shades of Gold Tips #DFB021

Tints of Gold Tips #DFB021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.64%

R = 51.62%
G = 40.74%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DFB021 (or 0xDFB021) is known color: Gold Tips. HEX triplet: DF, B0 and 21. RGB value is (223,176,33). Sum of RGB (Red+Green+Blue) = 223+176+33=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 33 (13.28% from 255 or 7.64% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB021 is #204FDE. Grayscale: #AEAEAE. Windows color (decimal): -2117599 or 2207967. OLE color: 2207967.

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

Color convert

RGB 223 176 33 -
CMYK 0 0.21 0.85 0.13
HSL 45.16º 0.75% 0.5% -
HSV(B) 45.16º 0.85% 0.87% -
XYZ 46.23 46.85 8.04 -
YUV 173.75 48.57 163.13 -
System Red Green Blue C M Y K H S L
Decimal 223 176 33 0 0.21 0.85 0.13 45.16 0.75 0.5
Hex DF B0 21 0 15 55 D 2D 4B 32
Octal 337 260 41 0 25 125 15 55 113 62
Binary 11011111 10110000 100001 0 10101 1010101 1101 101101 1001011 110010

Color Harmonies of #DFB021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB021

Black with #DFB021

Text Example


Text Example

White with #DFB021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB021; }

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

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

background-color css

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

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

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

border-color css

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

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

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