#DFD01E

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

Shades of Barberry #DFD01E

Tints of Barberry #DFD01E

Color information

#DFD01E (or 0xDFD01E) is unknown color: approx Barberry. HEX triplet: DF, D0 and 1E. RGB value is (223,208,30). Sum of RGB (Red+Green+Blue) = 223+208+30=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 30 (12.11% from 255 or 6.51% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD01E is #202FE1. Grayscale: #C0C0C0. Windows color (decimal): -2109410 or 2019551. OLE color: 2019551.

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

Color convert

RGB22320830-
CMYK00.070.870.13
HSL55.34º76.28%49.61%-
HSV(B)55.34º86.55%87.45%-
XYZ53.2260.8910.18-
YUV192.1936.47149.97-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.37%
GREEN value IS 208 (81.64% from 255) = 45.12%
BLUE value IS 30 (12.11% from 255) = 6.51%
R=48.37%
G=45.12%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232083000.070.870.1355.3476.2849.61
HexDFD01E0757D374c32
Octal3373203607127156711462
Binary1101111111010000111100111101011111011101111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD01E; }

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

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

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

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

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

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

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

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