Html Css Color HEX #DFB725 Gold Tips

📋 copy color: '#DFB725'

red 223 ◦ green 183 ◦ blue 37

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

Shades of Gold Tips #DFB725

Tints of Gold Tips #DFB725

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.31%

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

R = 50.34%
G = 41.31%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DFB725 (or 0xDFB725) is known color: Gold Tips. HEX triplet: DF, B7 and 25. RGB value is (223,183,37). Sum of RGB (Red+Green+Blue) = 223+183+37=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 37 (14.84% from 255 or 8.35% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB725 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB725 is #2048DA. Grayscale: #B2B2B2. Windows color (decimal): -2115803 or 2471903. OLE color: 2471903.

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

Color convert

RGB 223 183 37 -
CMYK 0 0.18 0.83 0.13
HSL 47.1º 0.74% 0.51% -
HSV(B) 47.1º 0.83% 0.87% -
XYZ 47.7 49.69 8.83 -
YUV 178.32 48.25 159.87 -
System Red Green Blue C M Y K H S L
Decimal 223 183 37 0 0.18 0.83 0.13 47.1 0.74 0.51
Hex DF B7 25 0 12 53 D 2F 4A 33
Octal 337 267 45 0 22 123 15 57 112 63
Binary 11011111 10110111 100101 0 10010 1010011 1101 101111 1001010 110011

Color Harmonies of #DFB725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB725

Black with #DFB725

Text Example


Text Example

White with #DFB725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB725; }

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

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

background-color css

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

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

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

border-color css

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

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

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