Html Css Color HEX #DFB025 Gold Tips

📋 copy color: '#DFB025'

red 223 ◦ green 176 ◦ blue 37

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

Shades of Gold Tips #DFB025

Tints of Gold Tips #DFB025

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.37%

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

R = 51.15%
G = 40.37%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DFB025 (or 0xDFB025) is known color: Gold Tips. HEX triplet: DF, B0 and 25. RGB value is (223,176,37). Sum of RGB (Red+Green+Blue) = 223+176+37=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 37 (14.84% from 255 or 8.49% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB025 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB025 is #204FDA. Grayscale: #AEAEAE. Windows color (decimal): -2117595 or 2470111. OLE color: 2470111.

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

Color convert

RGB 223 176 37 -
CMYK 0 0.21 0.83 0.13
HSL 44.84º 0.74% 0.51% -
HSV(B) 44.84º 0.83% 0.87% -
XYZ 46.29 46.87 8.36 -
YUV 174.21 50.57 162.8 -
System Red Green Blue C M Y K H S L
Decimal 223 176 37 0 0.21 0.83 0.13 44.84 0.74 0.51
Hex DF B0 25 0 15 53 D 2D 4A 33
Octal 337 260 45 0 25 123 15 55 112 63
Binary 11011111 10110000 100101 0 10101 1010011 1101 101101 1001010 110011

Color Harmonies of #DFB025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB025

Black with #DFB025

Text Example


Text Example

White with #DFB025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB025; }

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

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

background-color css

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

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

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

border-color css

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

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

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