#DED91E

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

Shades of Barberry #DED91E

Tints of Barberry #DED91E

Color information

#DED91E (or 0xDED91E) is unknown color: approx Barberry. HEX triplet: DE, D9 and 1E. RGB value is (222,217,30). Sum of RGB (Red+Green+Blue) = 222+217+30=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 30 (12.11% from 255 or 6.40% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DED91E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED91E is #2126E1. Grayscale: #C5C5C5. Windows color (decimal): -2172642 or 2021854. OLE color: 2021854.

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

Color convert

RGB22221730-
CMYK00.020.860.13
HSL58.44º76.19%49.41%-
HSV(B)58.44º86.49%87.06%-
XYZ55.1765.2510.91-
YUV197.1833.66145.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.33%
GREEN value IS 217 (85.16% from 255) = 46.27%
BLUE value IS 30 (12.11% from 255) = 6.40%
R=47.33%
G=46.27%
B=6.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222173000.020.860.1358.4476.1949.41
HexDED91E0256D3a4c31
Octal3363313602126157211461
Binary110111101101100111110010101011011011110101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED91E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED91E; }

 p { color: rgb(222,217,30); }

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

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

 a { background-color: rgb(222,217,30); }

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

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

 span { border-color: rgb(222,217,30); }

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