Html Css Color HEX #DFB325 Gold Tips

📋 copy color: '#DFB325'

red 223 ◦ green 179 ◦ blue 37

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

Shades of Gold Tips #DFB325

Tints of Gold Tips #DFB325

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.77%

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

R = 50.8%
G = 40.77%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DFB325 (or 0xDFB325) is known color: Gold Tips. HEX triplet: DF, B3 and 25. RGB value is (223,179,37). Sum of RGB (Red+Green+Blue) = 223+179+37=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 37 (14.84% from 255 or 8.43% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB325 is #204CDA. Grayscale: #B0B0B0. Windows color (decimal): -2116827 or 2470879. OLE color: 2470879.

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

Color convert

RGB 223 179 37 -
CMYK 0 0.20 0.83 0.13
HSL 45.81º 0.74% 0.51% -
HSV(B) 45.81º 0.83% 0.87% -
XYZ 46.89 48.06 8.56 -
YUV 175.97 49.58 161.55 -
System Red Green Blue C M Y K H S L
Decimal 223 179 37 0 0.20 0.83 0.13 45.81 0.74 0.51
Hex DF B3 25 0 14 53 D 2E 4A 33
Octal 337 263 45 0 24 123 15 56 112 63
Binary 11011111 10110011 100101 0 10100 1010011 1101 101110 1001010 110011

Color Harmonies of #DFB325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB325

Black with #DFB325

Text Example


Text Example

White with #DFB325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB325; }

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

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

background-color css

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

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

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

border-color css

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

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

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