#DFB21B

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

Shades of Gold Tips #DFB21B

Tints of Gold Tips #DFB21B

Color information

#DFB21B (or 0xDFB21B) is unknown color: approx Gold Tips. HEX triplet: DF, B2 and 1B. RGB value is (223,178,27). Sum of RGB (Red+Green+Blue) = 223+178+27=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 27 (10.94% from 255 or 6.31% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB21B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB21B is #204DE4. Grayscale: #AEAEAE. Windows color (decimal): -2117093 or 1815263. OLE color: 1815263.

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

Color convert

RGB22317827-
CMYK00.200.880.13
HSL46.22º78.4%49.02%-
HSV(B)46.22º87.89%87.45%-
XYZ46.5547.617.77-
YUV174.2444.91162.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 52.10%
GREEN value IS 178 (69.92% from 255) = 41.59%
BLUE value IS 27 (10.94% from 255) = 6.31%
R=52.10%
G=41.59%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231782700.200.880.1346.2278.449.02
HexDFB21B01458D2e4e31
Octal33726233024130155611661
Binary110111111011001011011010100101100011011011101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB21B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB21B; }

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

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

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

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

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

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

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

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