#D4D716

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

Shades of Barberry #D4D716

Tints of Barberry #D4D716

Color information

#D4D716 (or 0xD4D716) is unknown color: approx Barberry. HEX triplet: D4, D7 and 16. RGB value is (212,215,22). Sum of RGB (Red+Green+Blue) = 212+215+22=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 215 (84.38% from 255 or 47.88% from 449); Blue value is 22 (8.98% from 255 or 4.90% from 449); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4D716 is #2B28E9. Grayscale: #C0C0C0. Windows color (decimal): -2828522 or 1497044. OLE color: 1497044.

HSL color Cylindrical-coordinate representation of color #D4D716: hue angle of 60.93º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4D716 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB21221522-
CMYK0.0100.900.16
HSL60.93º81.43%46.47%-
HSV(B)60.93º89.77%84.31%-
XYZ51.662.6610.13-
YUV192.132.01142.19-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.22%
GREEN value IS 215 (84.38% from 255) = 47.88%
BLUE value IS 22 (8.98% from 255) = 4.90%
R=47.22%
G=47.88%
B=4.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal212215220.0100.900.1660.9381.4346.47
HexD4D716105A103d512e
Octal3243272610132207512156
Binary110101001101011110110101011010100001111011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D716; }

 p { color: rgb(212,215,22); }

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

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

 a { background-color: rgb(212,215,22); }

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

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

 span { border-color: rgb(212,215,22); }

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