Html Css Color HEX #DFB828 Gold Tips

📋 copy color: '#DFB828'

red 223 ◦ green 184 ◦ blue 40

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

Shades of Gold Tips #DFB828

Tints of Gold Tips #DFB828

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.16%

 BLUE value IS 40 (16.02% from 255) = 8.95%

R = 49.89%
G = 41.16%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DFB828 (or 0xDFB828) is known color: Gold Tips. HEX triplet: DF, B8 and 28. RGB value is (223,184,40). Sum of RGB (Red+Green+Blue) = 223+184+40=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 40 (16.02% from 255 or 8.95% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB828 is #2047D7. Grayscale: #B3B3B3. Windows color (decimal): -2115544 or 2668767. OLE color: 2668767.

HSL color Cylindrical-coordinate representation of color #DFB828: hue angle of 47.21º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DFB828 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 184 40 -
CMYK 0 0.17 0.82 0.13
HSL 47.21º 0.74% 0.52% -
HSV(B) 47.21º 0.82% 0.87% -
XYZ 47.95 50.12 9.15 -
YUV 179.25 49.42 159.21 -
System Red Green Blue C M Y K H S L
Decimal 223 184 40 0 0.17 0.82 0.13 47.21 0.74 0.52
Hex DF B8 28 0 11 52 D 2F 4A 34
Octal 337 270 50 0 21 122 15 57 112 64
Binary 11011111 10111000 101000 0 10001 1010010 1101 101111 1001010 110100

Color Harmonies of #DFB828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB828

Black with #DFB828

Text Example


Text Example

White with #DFB828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB828; }

 p { color: rgb(223,184,40); }

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

background-color css

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

 a { background-color: rgb(223,184,40); }

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

border-color css

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

 span { border-color: rgb(223,184,40); }

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