#dfd31c

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

Shades of Barberry #DFD31C

Tints of Barberry #DFD31C

Color information

#DFD31C (or 0xDFD31C) is unknown color: approx Barberry. HEX triplet: DF, D3 and 1C. RGB value is (223,211,28). Sum of RGB (Red+Green+Blue) = 223+211+28=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 28 (11.33% from 255 or 6.06% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD31C is #202CE3. Grayscale: #C2C2C2. Windows color (decimal): -2108644 or 1889247. OLE color: 1889247.

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

Color convert

RGB22321128-
CMYK00.050.870.13
HSL56.31º77.69%49.22%-
HSV(B)56.31º87.44%87.45%-
XYZ53.9462.3610.29-
YUV193.7334.48148.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.27%
GREEN value IS 211 (82.81% from 255) = 45.67%
BLUE value IS 28 (11.33% from 255) = 6.06%
R=48.27%
G=45.67%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232112800.050.870.1356.3177.6949.22
HexDFD31C0557D384e31
Octal3373233405127157011661
Binary1101111111010011111000101101011111011110001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfd31c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfd31c; }

 p { color: rgb(223,211,28); }

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

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

 a { background-color: rgb(223,211,28); }

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

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

 span { border-color: rgb(223,211,28); }

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