Html Css Color HEX #DFB826 Gold Tips

📋 copy color: '#DFB826'

red 223 ◦ green 184 ◦ blue 38

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

Shades of Gold Tips #DFB826

Tints of Gold Tips #DFB826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.54%

R = 50.11%
G = 41.35%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DFB826 (or 0xDFB826) is known color: Gold Tips. HEX triplet: DF, B8 and 26. RGB value is (223,184,38). Sum of RGB (Red+Green+Blue) = 223+184+38=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 38 (15.23% from 255 or 8.54% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB826 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB826 is #2047D9. Grayscale: #B3B3B3. Windows color (decimal): -2115546 or 2537695. OLE color: 2537695.

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

Color convert

RGB 223 184 38 -
CMYK 0 0.17 0.83 0.13
HSL 47.35º 0.74% 0.51% -
HSV(B) 47.35º 0.83% 0.87% -
XYZ 47.92 50.11 8.98 -
YUV 179.02 48.42 159.37 -
System Red Green Blue C M Y K H S L
Decimal 223 184 38 0 0.17 0.83 0.13 47.35 0.74 0.51
Hex DF B8 26 0 11 53 D 2F 4A 33
Octal 337 270 46 0 21 123 15 57 112 63
Binary 11011111 10111000 100110 0 10001 1010011 1101 101111 1001010 110011

Color Harmonies of #DFB826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB826

Black with #DFB826

Text Example


Text Example

White with #DFB826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB826; }

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

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

background-color css

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

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

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

border-color css

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

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

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