#DFD41C

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

Shades of Barberry #DFD41C

Tints of Barberry #DFD41C

Color information

#DFD41C (or 0xDFD41C) is unknown color: approx Barberry. HEX triplet: DF, D4 and 1C. RGB value is (223,212,28). Sum of RGB (Red+Green+Blue) = 223+212+28=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 212 (83.20% from 255 or 45.79% from 463); Blue value is 28 (11.33% from 255 or 6.05% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD41C is #202BE3. Grayscale: #C3C3C3. Windows color (decimal): -2108388 or 1889503. OLE color: 1889503.

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

Color convert

RGB22321228-
CMYK00.050.870.13
HSL56.62º77.69%49.22%-
HSV(B)56.62º87.44%87.45%-
XYZ54.1862.8610.38-
YUV194.3134.14148.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.16%
GREEN value IS 212 (83.20% from 255) = 45.79%
BLUE value IS 28 (11.33% from 255) = 6.05%
R=48.16%
G=45.79%
B=6.05%

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
Decimal2232122800.050.870.1356.6277.6949.22
HexDFD41C0557D394e31
Octal3373243405127157111661
Binary1101111111010100111000101101011111011110011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD41C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD41C; }

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

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

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

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

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

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

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

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