Html Css Color HEX #DFB326 Gold Tips

📋 copy color: '#DFB326'

red 223 ◦ green 179 ◦ blue 38

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

Shades of Gold Tips #DFB326

Tints of Gold Tips #DFB326

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.68%

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

R = 50.68%
G = 40.68%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DFB326 (or 0xDFB326) is known color: Gold Tips. HEX triplet: DF, B3 and 26. RGB value is (223,179,38). Sum of RGB (Red+Green+Blue) = 223+179+38=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 38 (15.23% from 255 or 8.64% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB326 is #204CD9. Grayscale: #B0B0B0. Windows color (decimal): -2116826 or 2536415. OLE color: 2536415.

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

Color convert

RGB 223 179 38 -
CMYK 0 0.20 0.83 0.13
HSL 45.73º 0.74% 0.51% -
HSV(B) 45.73º 0.83% 0.87% -
XYZ 46.9 48.07 8.64 -
YUV 176.08 50.08 161.46 -
System Red Green Blue C M Y K H S L
Decimal 223 179 38 0 0.20 0.83 0.13 45.73 0.74 0.51
Hex DF B3 26 0 14 53 D 2E 4A 33
Octal 337 263 46 0 24 123 15 56 112 63
Binary 11011111 10110011 100110 0 10100 1010011 1101 101110 1001010 110011

Color Harmonies of #DFB326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB326

Black with #DFB326

Text Example


Text Example

White with #DFB326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB326; }

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

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

background-color css

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

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

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

border-color css

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

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

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