Html Css Color HEX #DFB526 Gold Tips

📋 copy color: '#DFB526'

red 223 ◦ green 181 ◦ blue 38

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

Shades of Gold Tips #DFB526

Tints of Gold Tips #DFB526

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.95%

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

R = 50.45%
G = 40.95%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DFB526 (or 0xDFB526) is known color: Gold Tips. HEX triplet: DF, B5 and 26. RGB value is (223,181,38). Sum of RGB (Red+Green+Blue) = 223+181+38=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 38 (15.23% from 255 or 8.60% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB526 is #204AD9. Grayscale: #B1B1B1. Windows color (decimal): -2116314 or 2536927. OLE color: 2536927.

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

Color convert

RGB 223 181 38 -
CMYK 0 0.19 0.83 0.13
HSL 46.38º 0.74% 0.51% -
HSV(B) 46.38º 0.83% 0.87% -
XYZ 47.31 48.88 8.77 -
YUV 177.26 49.41 160.63 -
System Red Green Blue C M Y K H S L
Decimal 223 181 38 0 0.19 0.83 0.13 46.38 0.74 0.51
Hex DF B5 26 0 13 53 D 2E 4A 33
Octal 337 265 46 0 23 123 15 56 112 63
Binary 11011111 10110101 100110 0 10011 1010011 1101 101110 1001010 110011

Color Harmonies of #DFB526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB526

Black with #DFB526

Text Example


Text Example

White with #DFB526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB526; }

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

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

background-color css

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

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

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

border-color css

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

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

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