#DFD11E

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

Shades of Barberry #DFD11E

Tints of Barberry #DFD11E

Color information

#DFD11E (or 0xDFD11E) is unknown color: approx Barberry. HEX triplet: DF, D1 and 1E. RGB value is (223,209,30). Sum of RGB (Red+Green+Blue) = 223+209+30=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 30 (12.11% from 255 or 6.49% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD11E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD11E is #202EE1. Grayscale: #C1C1C1. Windows color (decimal): -2109154 or 2019807. OLE color: 2019807.

HSL color Cylindrical-coordinate representation of color #DFD11E: hue angle of 55.65º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFD11E is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB22320930-
CMYK00.060.870.13
HSL55.65º76.28%49.61%-
HSV(B)55.65º86.55%87.45%-
XYZ53.4761.3810.26-
YUV192.7836.14149.55-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.27%
GREEN value IS 209 (82.03% from 255) = 45.24%
BLUE value IS 30 (12.11% from 255) = 6.49%
R=48.27%
G=45.24%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232093000.060.870.1355.6576.2849.61
HexDFD11E0657D384c32
Octal3373213606127157011462
Binary1101111111010001111100110101011111011110001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD11E; }

 p { color: rgb(223,209,30); }

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

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

 a { background-color: rgb(223,209,30); }

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

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

 span { border-color: rgb(223,209,30); }

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