Html Css Color HEX #DFB221 Gold Tips

📋 copy color: '#DFB221'

red 223 ◦ green 178 ◦ blue 33

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

Shades of Gold Tips #DFB221

Tints of Gold Tips #DFB221

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.01%

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

R = 51.38%
G = 41.01%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DFB221 (or 0xDFB221) is known color: Gold Tips. HEX triplet: DF, B2 and 21. RGB value is (223,178,33). Sum of RGB (Red+Green+Blue) = 223+178+33=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 33 (13.28% from 255 or 7.60% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB221 is #204DDE. Grayscale: #AFAFAF. Windows color (decimal): -2117087 or 2208479. OLE color: 2208479.

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

Color convert

RGB 223 178 33 -
CMYK 0 0.20 0.85 0.13
HSL 45.79º 0.75% 0.5% -
HSV(B) 45.79º 0.85% 0.87% -
XYZ 46.63 47.64 8.18 -
YUV 174.93 47.91 162.29 -
System Red Green Blue C M Y K H S L
Decimal 223 178 33 0 0.20 0.85 0.13 45.79 0.75 0.5
Hex DF B2 21 0 14 55 D 2E 4B 32
Octal 337 262 41 0 24 125 15 56 113 62
Binary 11011111 10110010 100001 0 10100 1010101 1101 101110 1001011 110010

Color Harmonies of #DFB221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB221

Black with #DFB221

Text Example


Text Example

White with #DFB221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB221; }

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

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

background-color css

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

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

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

border-color css

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

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

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