Html Css Color HEX #DFB531 Gold Tips

📋 copy color: '#DFB531'

red 223 ◦ green 181 ◦ blue 49

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

Shades of Gold Tips #DFB531

Tints of Gold Tips #DFB531

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.96%

 BLUE value IS 49 (19.53% from 255) = 10.82%

R = 49.23%
G = 39.96%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DFB531 (or 0xDFB531) is known color: Gold Tips. HEX triplet: DF, B5 and 31. RGB value is (223,181,49). Sum of RGB (Red+Green+Blue) = 223+181+49=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 49 (19.53% from 255 or 10.82% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB531 is #204ACE. Grayscale: #B3B3B3. Windows color (decimal): -2116303 or 3257823. OLE color: 3257823.

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

Color convert

RGB 223 181 49 -
CMYK 0 0.19 0.78 0.13
HSL 45.52º 0.73% 0.53% -
HSV(B) 45.52º 0.78% 0.87% -
XYZ 47.51 48.96 9.85 -
YUV 178.51 54.91 159.73 -
System Red Green Blue C M Y K H S L
Decimal 223 181 49 0 0.19 0.78 0.13 45.52 0.73 0.53
Hex DF B5 31 0 13 4E D 2E 49 35
Octal 337 265 61 0 23 116 15 56 111 65
Binary 11011111 10110101 110001 0 10011 1001110 1101 101110 1001001 110101

Color Harmonies of #DFB531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB531

Black with #DFB531

Text Example


Text Example

White with #DFB531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB531; }

 p { color: rgb(223,181,49); }

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

background-color css

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

 a { background-color: rgb(223,181,49); }

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

border-color css

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

 span { border-color: rgb(223,181,49); }

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