Html Css Color HEX #DFB525 Gold Tips

📋 copy color: '#DFB525'

red 223 ◦ green 181 ◦ blue 37

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

Shades of Gold Tips #DFB525

Tints of Gold Tips #DFB525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.39%

R = 50.57%
G = 41.04%
B = 8.39%

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

#DFB525 (or 0xDFB525) is known color: Gold Tips. HEX triplet: DF, B5 and 25. RGB value is (223,181,37). Sum of RGB (Red+Green+Blue) = 223+181+37=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 37 (14.84% from 255 or 8.39% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB525 is #204ADA. Grayscale: #B1B1B1. Windows color (decimal): -2116315 or 2471391. OLE color: 2471391.

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

Color convert

RGB 223 181 37 -
CMYK 0 0.19 0.83 0.13
HSL 46.45º 0.74% 0.51% -
HSV(B) 46.45º 0.83% 0.87% -
XYZ 47.29 48.87 8.69 -
YUV 177.14 48.91 160.71 -
System Red Green Blue C M Y K H S L
Decimal 223 181 37 0 0.19 0.83 0.13 46.45 0.74 0.51
Hex DF B5 25 0 13 53 D 2E 4A 33
Octal 337 265 45 0 23 123 15 56 112 63
Binary 11011111 10110101 100101 0 10011 1010011 1101 101110 1001010 110011

Color Harmonies of #DFB525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB525

Black with #DFB525

Text Example


Text Example

White with #DFB525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB525; }

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

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

background-color css

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

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

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

border-color css

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

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

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