Html Css Color HEX #DFB527 Gold Tips

📋 copy color: '#DFB527'

red 223 ◦ green 181 ◦ blue 39

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

Shades of Gold Tips #DFB527

Tints of Gold Tips #DFB527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.8%

R = 50.34%
G = 40.86%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DFB527 (or 0xDFB527) is known color: Gold Tips. HEX triplet: DF, B5 and 27. RGB value is (223,181,39). Sum of RGB (Red+Green+Blue) = 223+181+39=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 39 (15.62% from 255 or 8.80% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB527 is #204AD8. Grayscale: #B1B1B1. Windows color (decimal): -2116313 or 2602463. OLE color: 2602463.

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

Color convert

RGB 223 181 39 -
CMYK 0 0.19 0.83 0.13
HSL 46.3º 0.74% 0.51% -
HSV(B) 46.3º 0.83% 0.87% -
XYZ 47.32 48.88 8.86 -
YUV 177.37 49.91 160.55 -
System Red Green Blue C M Y K H S L
Decimal 223 181 39 0 0.19 0.83 0.13 46.3 0.74 0.51
Hex DF B5 27 0 13 53 D 2E 4A 33
Octal 337 265 47 0 23 123 15 56 112 63
Binary 11011111 10110101 100111 0 10011 1010011 1101 101110 1001010 110011

Color Harmonies of #DFB527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB527

Black with #DFB527

Text Example


Text Example

White with #DFB527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB527; }

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

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

background-color css

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

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

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

border-color css

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

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

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