#DED41D

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

Shades of Barberry #DED41D

Tints of Barberry #DED41D

Color information

#DED41D (or 0xDED41D) is unknown color: approx Barberry. HEX triplet: DE, D4 and 1D. RGB value is (222,212,29). Sum of RGB (Red+Green+Blue) = 222+212+29=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 212 (83.20% from 255 or 45.79% from 463); Blue value is 29 (11.72% from 255 or 6.26% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DED41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED41D is #212BE2. Grayscale: #C2C2C2. Windows color (decimal): -2173923 or 1955038. OLE color: 1955038.

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

Color convert

RGB22221229-
CMYK00.050.870.13
HSL56.89º76.89%49.22%-
HSV(B)56.89º86.94%87.06%-
XYZ53.8962.7110.43-
YUV194.1334.81147.88-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.95%
GREEN value IS 212 (83.20% from 255) = 45.79%
BLUE value IS 29 (11.72% from 255) = 6.26%
R=47.95%
G=45.79%
B=6.26%

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
Decimal2222122900.050.870.1356.8976.8949.22
HexDED41D0557D394d31
Octal3363243505127157111561
Binary1101111011010100111010101101011111011110011001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED41D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED41D; }

 p { color: rgb(222,212,29); }

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

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

 a { background-color: rgb(222,212,29); }

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

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

 span { border-color: rgb(222,212,29); }

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