Html Css Color HEX #DFAC30 Gold Tips

📋 copy color: '#DFAC30'

red 223 ◦ green 172 ◦ blue 48

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

Shades of Gold Tips #DFAC30

Tints of Gold Tips #DFAC30

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.83%

 BLUE value IS 48 (19.14% from 255) = 10.84%

R = 50.34%
G = 38.83%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DFAC30 (or 0xDFAC30) is known color: Gold Tips. HEX triplet: DF, AC and 30. RGB value is (223,172,48). Sum of RGB (Red+Green+Blue) = 223+172+48=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 48 (19.14% from 255 or 10.84% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAC30 is #2053CF. Grayscale: #ADADAD. Windows color (decimal): -2118608 or 3189983. OLE color: 3189983.

HSL color Cylindrical-coordinate representation of color #DFAC30: hue angle of 42.51º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFAC30 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 172 48 -
CMYK 0 0.23 0.78 0.13
HSL 42.51º 0.73% 0.53% -
HSV(B) 42.51º 0.78% 0.87% -
XYZ 45.72 45.41 9.15 -
YUV 173.11 57.4 163.58 -
System Red Green Blue C M Y K H S L
Decimal 223 172 48 0 0.23 0.78 0.13 42.51 0.73 0.53
Hex DF AC 30 0 17 4E D 2B 49 35
Octal 337 254 60 0 27 116 15 53 111 65
Binary 11011111 10101100 110000 0 10111 1001110 1101 101011 1001001 110101

Color Harmonies of #DFAC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAC30

Black with #DFAC30

Text Example


Text Example

White with #DFAC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAC30; }

 p { color: rgb(223,172,48); }

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

background-color css

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

 a { background-color: rgb(223,172,48); }

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

border-color css

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

 span { border-color: rgb(223,172,48); }

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