Html Css Color HEX #DFB921 Gold Tips

📋 copy color: '#DFB921'

red 223 ◦ green 185 ◦ blue 33

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

Shades of Gold Tips #DFB921

Tints of Gold Tips #DFB921

RGB

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

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

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

R = 50.57%
G = 41.95%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DFB921 (or 0xDFB921) is known color: Gold Tips. HEX triplet: DF, B9 and 21. RGB value is (223,185,33). Sum of RGB (Red+Green+Blue) = 223+185+33=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 33 (13.28% from 255 or 7.48% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB921 is #2046DE. Grayscale: #B3B3B3. Windows color (decimal): -2115295 or 2210271. OLE color: 2210271.

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

Color convert

RGB 223 185 33 -
CMYK 0 0.17 0.85 0.13
HSL 48º 0.75% 0.5% -
HSV(B) 48º 0.85% 0.87% -
XYZ 48.05 50.5 8.65 -
YUV 179.03 45.59 159.36 -
System Red Green Blue C M Y K H S L
Decimal 223 185 33 0 0.17 0.85 0.13 48 0.75 0.5
Hex DF B9 21 0 11 55 D 30 4B 32
Octal 337 271 41 0 21 125 15 60 113 62
Binary 11011111 10111001 100001 0 10001 1010101 1101 110000 1001011 110010

Color Harmonies of #DFB921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB921

Black with #DFB921

Text Example


Text Example

White with #DFB921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB921; }

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

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

background-color css

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

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

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

border-color css

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

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

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