Html Css Color HEX #DFB52E Gold Tips

📋 copy color: '#DFB52E'

red 223 ◦ green 181 ◦ blue 46

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

Shades of Gold Tips #DFB52E

Tints of Gold Tips #DFB52E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.22%

R = 49.56%
G = 40.22%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DFB52E (or 0xDFB52E) is known color: Gold Tips. HEX triplet: DF, B5 and 2E. RGB value is (223,181,46). Sum of RGB (Red+Green+Blue) = 223+181+46=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 46 (18.36% from 255 or 10.22% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB52E is #204AD1. Grayscale: #B2B2B2. Windows color (decimal): -2116306 or 3061215. OLE color: 3061215.

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

Color convert

RGB 223 181 46 -
CMYK 0 0.19 0.79 0.13
HSL 45.76º 0.73% 0.53% -
HSV(B) 45.76º 0.79% 0.87% -
XYZ 47.45 48.93 9.53 -
YUV 178.17 53.41 159.98 -
System Red Green Blue C M Y K H S L
Decimal 223 181 46 0 0.19 0.79 0.13 45.76 0.73 0.53
Hex DF B5 2E 0 13 4F D 2E 49 35
Octal 337 265 56 0 23 117 15 56 111 65
Binary 11011111 10110101 101110 0 10011 1001111 1101 101110 1001001 110101

Color Harmonies of #DFB52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB52E

Black with #DFB52E

Text Example


Text Example

White with #DFB52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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