Html Css Color HEX #DFBA22 Gold Tips

📋 copy color: '#DFBA22'

red 223 ◦ green 186 ◦ blue 34

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

Shades of Gold Tips #DFBA22

Tints of Gold Tips #DFBA22

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.99%

 BLUE value IS 34 (13.67% from 255) = 7.67%

R = 50.34%
G = 41.99%
B = 7.67%

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

#DFBA22 (or 0xDFBA22) is known color: Gold Tips. HEX triplet: DF, BA and 22. RGB value is (223,186,34). Sum of RGB (Red+Green+Blue) = 223+186+34=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 34 (13.67% from 255 or 7.67% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBA22 is #2045DD. Grayscale: #B4B4B4. Windows color (decimal): -2115038 or 2276063. OLE color: 2276063.

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

Color convert

RGB 223 186 34 -
CMYK 0 0.17 0.85 0.13
HSL 48.25º 0.75% 0.5% -
HSV(B) 48.25º 0.85% 0.87% -
XYZ 48.28 50.92 8.8 -
YUV 179.74 45.76 158.86 -
System Red Green Blue C M Y K H S L
Decimal 223 186 34 0 0.17 0.85 0.13 48.25 0.75 0.5
Hex DF BA 22 0 11 55 D 30 4B 32
Octal 337 272 42 0 21 125 15 60 113 62
Binary 11011111 10111010 100010 0 10001 1010101 1101 110000 1001011 110010

Color Harmonies of #DFBA22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBA22

Black with #DFBA22

Text Example


Text Example

White with #DFBA22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBA22; }

 p { color: rgb(223,186,34); }

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

background-color css

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

 a { background-color: rgb(223,186,34); }

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

border-color css

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

 span { border-color: rgb(223,186,34); }

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