#DFD511

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

Shades of Barberry #DFD511

Tints of Barberry #DFD511

Color information

#DFD511 (or 0xDFD511) is unknown color: approx Barberry. HEX triplet: DF, D5 and 11. RGB value is (223,213,17). Sum of RGB (Red+Green+Blue) = 223+213+17=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 213 (83.59% from 255 or 47.02% from 453); Blue value is 17 (7.03% from 255 or 3.75% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD511 is #202AEE. Grayscale: #C2C2C2. Windows color (decimal): -2108143 or 1168863. OLE color: 1168863.

HSL color Cylindrical-coordinate representation of color #DFD511: hue angle of 57.09º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DFD511 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB22321317-
CMYK00.040.920.13
HSL57.09º85.83%47.06%-
HSV(B)57.09º92.38%87.45%-
XYZ54.3363.329.89-
YUV193.6528.31148.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.23%
GREEN value IS 213 (83.59% from 255) = 47.02%
BLUE value IS 17 (7.03% from 255) = 3.75%
R=49.23%
G=47.02%
B=3.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232131700.040.920.1357.0985.8347.06
HexDFD511045CD39562f
Octal3373252104134157112657
Binary1101111111010101100010100101110011011110011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD511; }

 p { color: rgb(223,213,17); }

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

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

 a { background-color: rgb(223,213,17); }

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

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

 span { border-color: rgb(223,213,17); }

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