Html Css Color HEX #DFB625 Gold Tips

📋 copy color: '#DFB625'

red 223 ◦ green 182 ◦ blue 37

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

Shades of Gold Tips #DFB625

Tints of Gold Tips #DFB625

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.18%

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

R = 50.45%
G = 41.18%
B = 8.37%

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

#DFB625 (or 0xDFB625) is known color: Gold Tips. HEX triplet: DF, B6 and 25. RGB value is (223,182,37). Sum of RGB (Red+Green+Blue) = 223+182+37=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 182 (71.48% from 255 or 41.18% from 442); Blue value is 37 (14.84% from 255 or 8.37% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB625 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB625 is #2049DA. Grayscale: #B2B2B2. Windows color (decimal): -2116059 or 2471647. OLE color: 2471647.

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

Color convert

RGB 223 182 37 -
CMYK 0 0.18 0.83 0.13
HSL 46.77º 0.74% 0.51% -
HSV(B) 46.77º 0.83% 0.87% -
XYZ 47.49 49.28 8.76 -
YUV 177.73 48.58 160.29 -
System Red Green Blue C M Y K H S L
Decimal 223 182 37 0 0.18 0.83 0.13 46.77 0.74 0.51
Hex DF B6 25 0 12 53 D 2F 4A 33
Octal 337 266 45 0 22 123 15 57 112 63
Binary 11011111 10110110 100101 0 10010 1010011 1101 101111 1001010 110011

Color Harmonies of #DFB625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB625

Black with #DFB625

Text Example


Text Example

White with #DFB625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB625; }

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

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

background-color css

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

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

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

border-color css

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

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

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