Html Css Color HEX #DFB323 Gold Tips

📋 copy color: '#DFB323'

red 223 ◦ green 179 ◦ blue 35

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

Shades of Gold Tips #DFB323

Tints of Gold Tips #DFB323

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.96%

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

R = 51.03%
G = 40.96%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DFB323 (or 0xDFB323) is known color: Gold Tips. HEX triplet: DF, B3 and 23. RGB value is (223,179,35). Sum of RGB (Red+Green+Blue) = 223+179+35=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 35 (14.06% from 255 or 8.01% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB323 is #204CDC. Grayscale: #B0B0B0. Windows color (decimal): -2116829 or 2339807. OLE color: 2339807.

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

Color convert

RGB 223 179 35 -
CMYK 0 0.20 0.84 0.13
HSL 45.96º 0.75% 0.51% -
HSV(B) 45.96º 0.84% 0.87% -
XYZ 46.85 48.05 8.4 -
YUV 175.74 48.58 161.71 -
System Red Green Blue C M Y K H S L
Decimal 223 179 35 0 0.20 0.84 0.13 45.96 0.75 0.51
Hex DF B3 23 0 14 54 D 2E 4B 33
Octal 337 263 43 0 24 124 15 56 113 63
Binary 11011111 10110011 100011 0 10100 1010100 1101 101110 1001011 110011

Color Harmonies of #DFB323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB323

Black with #DFB323

Text Example


Text Example

White with #DFB323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB323; }

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

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

background-color css

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

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

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

border-color css

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

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

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