Html Css Color HEX #DFB333 Gold Tips

📋 copy color: '#DFB333'

red 223 ◦ green 179 ◦ blue 51

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

Shades of Gold Tips #DFB333

Tints of Gold Tips #DFB333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.26%

R = 49.23%
G = 39.51%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DFB333 (or 0xDFB333) is known color: Gold Tips. HEX triplet: DF, B3 and 33. RGB value is (223,179,51). Sum of RGB (Red+Green+Blue) = 223+179+51=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 51 (20.31% from 255 or 11.26% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB333 is #204CCC. Grayscale: #B2B2B2. Windows color (decimal): -2116813 or 3388383. OLE color: 3388383.

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

Color convert

RGB 223 179 51 -
CMYK 0 0.20 0.77 0.13
HSL 44.65º 0.73% 0.54% -
HSV(B) 44.65º 0.77% 0.87% -
XYZ 47.15 48.17 9.94 -
YUV 177.56 56.58 160.41 -
System Red Green Blue C M Y K H S L
Decimal 223 179 51 0 0.20 0.77 0.13 44.65 0.73 0.54
Hex DF B3 33 0 14 4D D 2D 49 36
Octal 337 263 63 0 24 115 15 55 111 66
Binary 11011111 10110011 110011 0 10100 1001101 1101 101101 1001001 110110

Color Harmonies of #DFB333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB333

Black with #DFB333

Text Example


Text Example

White with #DFB333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB333; }

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

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

background-color css

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

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

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

border-color css

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

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

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