Html Css Color HEX #DFB426 Gold Tips

📋 copy color: '#DFB426'

red 223 ◦ green 180 ◦ blue 38

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

Shades of Gold Tips #DFB426

Tints of Gold Tips #DFB426

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.82%

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

R = 50.57%
G = 40.82%
B = 8.62%

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

#DFB426 (or 0xDFB426) is known color: Gold Tips. HEX triplet: DF, B4 and 26. RGB value is (223,180,38). Sum of RGB (Red+Green+Blue) = 223+180+38=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 38 (15.23% from 255 or 8.62% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB426 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB426 is #204BD9. Grayscale: #B1B1B1. Windows color (decimal): -2116570 or 2536671. OLE color: 2536671.

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

Color convert

RGB 223 180 38 -
CMYK 0 0.19 0.83 0.13
HSL 46.05º 0.74% 0.51% -
HSV(B) 46.05º 0.83% 0.87% -
XYZ 47.1 48.47 8.71 -
YUV 176.67 49.75 161.05 -
System Red Green Blue C M Y K H S L
Decimal 223 180 38 0 0.19 0.83 0.13 46.05 0.74 0.51
Hex DF B4 26 0 13 53 D 2E 4A 33
Octal 337 264 46 0 23 123 15 56 112 63
Binary 11011111 10110100 100110 0 10011 1010011 1101 101110 1001010 110011

Color Harmonies of #DFB426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB426

Black with #DFB426

Text Example


Text Example

White with #DFB426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB426; }

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

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

background-color css

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

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

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

border-color css

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

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

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