#D8D414

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

Shades of Barberry #D8D414

Tints of Barberry #D8D414

Color information

#D8D414 (or 0xD8D414) is unknown color: approx Barberry. HEX triplet: D8, D4 and 14. RGB value is (216,212,20). Sum of RGB (Red+Green+Blue) = 216+212+20=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 212 (83.20% from 255 or 47.32% from 448); Blue value is 20 (8.20% from 255 or 4.46% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8D414 is #272BEB. Grayscale: #C0C0C0. Windows color (decimal): -2567148 or 1365208. OLE color: 1365208.

HSL color Cylindrical-coordinate representation of color #D8D414: hue angle of 58.78º 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 #D8D414 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB21621220-
CMYK00.020.910.15
HSL58.78º83.05%46.27%-
HSV(B)58.78º90.74%84.71%-
XYZ51.9961.749.84-
YUV191.3131.33145.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.21%
GREEN value IS 212 (83.20% from 255) = 47.32%
BLUE value IS 20 (8.20% from 255) = 4.46%
R=48.21%
G=47.32%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162122000.020.910.1558.7883.0546.27
HexD8D414025BF3b532e
Octal3303242402133177312356
Binary110110001101010010100010101101111111110111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D414; }

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

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

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

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

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

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

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

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