#D7D416

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

Shades of Barberry #D7D416

Tints of Barberry #D7D416

Color information

#D7D416 (or 0xD7D416) is unknown color: approx Barberry. HEX triplet: D7, D4 and 16. RGB value is (215,212,22). Sum of RGB (Red+Green+Blue) = 215+212+22=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 212 (83.20% from 255 or 47.22% from 449); Blue value is 22 (8.98% from 255 or 4.90% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7D416 is #282BE9. Grayscale: #BFBFBF. Windows color (decimal): -2632682 or 1496279. OLE color: 1496279.

HSL color Cylindrical-coordinate representation of color #D7D416: hue angle of 59.07º 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 #D7D416 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB21521222-
CMYK00.010.900.16
HSL59.07º81.43%46.47%-
HSV(B)59.07º89.77%84.31%-
XYZ51.7161.599.92-
YUV191.2432.49144.95-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152122200.010.900.1659.0781.4346.47
HexD7D416015A103b512e
Octal3273242601132207312156
Binary110101111101010010110011011010100001110111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D416; }

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

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

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

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

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

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

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

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