#D9D50E

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

Shades of Barberry #D9D50E

Tints of Barberry #D9D50E

Color information

#D9D50E (or 0xD9D50E) is unknown color: approx Barberry. HEX triplet: D9, D5 and 0E. RGB value is (217,213,14). Sum of RGB (Red+Green+Blue) = 217+213+14=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 213 (83.59% from 255 or 47.97% from 444); Blue value is 14 (5.86% from 255 or 3.15% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9D50E is #262AF1. Grayscale: #C0C0C0. Windows color (decimal): -2501362 or 972249. OLE color: 972249.

HSL color Cylindrical-coordinate representation of color #D9D50E: hue angle of 58.82º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9D50E is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB21721314-
CMYK00.020.940.15
HSL58.82º87.88%45.29%-
HSV(B)58.82º93.55%85.1%-
XYZ52.4962.379.69-
YUV191.5127.83146.18-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.87%
GREEN value IS 213 (83.59% from 255) = 47.97%
BLUE value IS 14 (5.86% from 255) = 3.15%
R=48.87%
G=47.97%
B=3.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.94
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172131400.020.940.1558.8287.8845.29
HexD9D5E025EF3b582d
Octal3313251602136177313055
Binary11011001110101011110010101111011111110111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D50E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D50E; }

 p { color: rgb(217,213,14); }

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

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

 a { background-color: rgb(217,213,14); }

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

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

 span { border-color: rgb(217,213,14); }

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