#D8D014

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

Shades of Barberry #D8D014

Tints of Barberry #D8D014

Color information

#D8D014 (or 0xD8D014) is unknown color: approx Barberry. HEX triplet: D8, D0 and 14. RGB value is (216,208,20). Sum of RGB (Red+Green+Blue) = 216+208+20=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 208 (81.64% from 255 or 46.85% from 444); Blue value is 20 (8.20% from 255 or 4.50% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8D014 is #272FEB. Grayscale: #BDBDBD. Windows color (decimal): -2568172 or 1364184. OLE color: 1364184.

HSL color Cylindrical-coordinate representation of color #D8D014: hue angle of 57.55º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D8D014 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB21620820-
CMYK00.040.910.15
HSL57.55º83.05%46.27%-
HSV(B)57.55º90.74%84.71%-
XYZ5159.769.51-
YUV188.9632.65147.29-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.65%
GREEN value IS 208 (81.64% from 255) = 46.85%
BLUE value IS 20 (8.20% from 255) = 4.50%
R=48.65%
G=46.85%
B=4.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162082000.040.910.1557.5583.0546.27
HexD8D014045BF3a532e
Octal3303202404133177212356
Binary1101100011010000101000100101101111111110101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D014; }

 p { color: rgb(216,208,20); }

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

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

 a { background-color: rgb(216,208,20); }

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

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

 span { border-color: rgb(216,208,20); }

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