Html Css Color HEX #DFAC23 Gold Tips

📋 copy color: '#DFAC23'

red 223 ◦ green 172 ◦ blue 35

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

Shades of Gold Tips #DFAC23

Tints of Gold Tips #DFAC23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.14%

R = 51.86%
G = 40%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DFAC23 (or 0xDFAC23) is known color: Gold Tips. HEX triplet: DF, AC and 23. RGB value is (223,172,35). Sum of RGB (Red+Green+Blue) = 223+172+35=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 35 (14.06% from 255 or 8.14% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAC23 is #2053DC. Grayscale: #ACACAC. Windows color (decimal): -2118621 or 2338015. OLE color: 2338015.

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

Color convert

RGB 223 172 35 -
CMYK 0 0.23 0.84 0.13
HSL 43.72º 0.75% 0.51% -
HSV(B) 43.72º 0.84% 0.87% -
XYZ 45.49 45.31 7.94 -
YUV 171.63 50.9 164.64 -
System Red Green Blue C M Y K H S L
Decimal 223 172 35 0 0.23 0.84 0.13 43.72 0.75 0.51
Hex DF AC 23 0 17 54 D 2C 4B 33
Octal 337 254 43 0 27 124 15 54 113 63
Binary 11011111 10101100 100011 0 10111 1010100 1101 101100 1001011 110011

Color Harmonies of #DFAC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAC23

Black with #DFAC23

Text Example


Text Example

White with #DFAC23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAC23; }

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

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

background-color css

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

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

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

border-color css

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

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

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