Html Css Color HEX #DFB327 Gold Tips

📋 copy color: '#DFB327'

red 223 ◦ green 179 ◦ blue 39

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

Shades of Gold Tips #DFB327

Tints of Gold Tips #DFB327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.84%

R = 50.57%
G = 40.59%
B = 8.84%

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

#DFB327 (or 0xDFB327) is known color: Gold Tips. HEX triplet: DF, B3 and 27. RGB value is (223,179,39). Sum of RGB (Red+Green+Blue) = 223+179+39=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 39 (15.62% from 255 or 8.84% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB327 is #204CD8. Grayscale: #B0B0B0. Windows color (decimal): -2116825 or 2601951. OLE color: 2601951.

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

Color convert

RGB 223 179 39 -
CMYK 0 0.20 0.83 0.13
HSL 45.65º 0.74% 0.51% -
HSV(B) 45.65º 0.83% 0.87% -
XYZ 46.92 48.07 8.73 -
YUV 176.2 50.58 161.38 -
System Red Green Blue C M Y K H S L
Decimal 223 179 39 0 0.20 0.83 0.13 45.65 0.74 0.51
Hex DF B3 27 0 14 53 D 2E 4A 33
Octal 337 263 47 0 24 123 15 56 112 63
Binary 11011111 10110011 100111 0 10100 1010011 1101 101110 1001010 110011

Color Harmonies of #DFB327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB327

Black with #DFB327

Text Example


Text Example

White with #DFB327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB327; }

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

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

background-color css

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

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

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

border-color css

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

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

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