#D3D716

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

Shades of Barberry #D3D716

Tints of Barberry #D3D716

Color information

#D3D716 (or 0xD3D716) is unknown color: approx Barberry. HEX triplet: D3, D7 and 16. RGB value is (211,215,22). Sum of RGB (Red+Green+Blue) = 211+215+22=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 215 (84.38% from 255 or 47.99% from 448); Blue value is 22 (8.98% from 255 or 4.91% from 448); Max value from RGB is 215 - color contains mainly: green. Hex color #D3D716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3D716 is #2C28E9. Grayscale: #C0C0C0. Windows color (decimal): -2894058 or 1497043. OLE color: 1497043.

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

Color convert

RGB21121522-
CMYK0.0200.900.16
HSL61.24º81.43%46.47%-
HSV(B)61.24º89.77%84.31%-
XYZ51.3162.5110.12-
YUV191.832.17141.69-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.10%
GREEN value IS 215 (84.38% from 255) = 47.99%
BLUE value IS 22 (8.98% from 255) = 4.91%
R=47.10%
G=47.99%
B=4.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal211215220.0200.900.1661.2481.4346.47
HexD3D716205A103d512e
Octal3233272620132207512156
Binary1101001111010111101101001011010100001111011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D716; }

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

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

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

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

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

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

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

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