#DFB22B

Color #DFB22B Gold Tips (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Tips #DFB22B

Tints of Gold Tips #DFB22B

Color information

#DFB22B (or 0xDFB22B) is unknown color: approx Gold Tips. HEX triplet: DF, B2 and 2B. RGB value is (223,178,43). Sum of RGB (Red+Green+Blue) = 223+178+43=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 43 (17.19% from 255 or 9.68% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB22B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB22B is #204DD4. Grayscale: #B0B0B0. Windows color (decimal): -2117077 or 2863839. OLE color: 2863839.

HSL color Cylindrical-coordinate representation of color #DFB22B: hue angle of 45º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DFB22B is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB22317843-
CMYK00.200.810.13
HSL45º73.77%52.16%-
HSV(B)45º80.72%87.45%-
XYZ46.7947.79.03-
YUV176.0652.91161.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.23%
GREEN value IS 178 (69.92% from 255) = 40.09%
BLUE value IS 43 (17.19% from 255) = 9.68%
R=50.23%
G=40.09%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231784300.200.810.134573.7752.16
HexDFB22B01451D2d4a34
Octal33726253024121155511264
Binary1101111110110010101011010100101000111011011011001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB22B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB22B; }

 p { color: rgb(223,178,43); }

 H1.HeaderClassName
 {
   color: #DFB22B;
 }
 .AnyTagClassName
 {
   color: #DFB22B;
 }
</style>
background-color css

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

 a { background-color: rgb(223,178,43); }

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

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

 span { border-color: rgb(223,178,43); }

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