#d7d513

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

Shades of Barberry #D7D513

Tints of Barberry #D7D513

Color information

#D7D513 (or 0xD7D513) is unknown color: approx Barberry. HEX triplet: D7, D5 and 13. RGB value is (215,213,19). Sum of RGB (Red+Green+Blue) = 215+213+19=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 213 (83.59% from 255 or 47.65% from 447); Blue value is 19 (7.81% from 255 or 4.25% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7D513 is #282AEC. Grayscale: #C0C0C0. Windows color (decimal): -2632429 or 1299927. OLE color: 1299927.

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

Color convert

RGB21521319-
CMYK00.010.910.16
HSL59.39º83.76%45.88%-
HSV(B)59.39º91.16%84.31%-
XYZ51.9462.089.86-
YUV191.4830.66144.77-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.10%
GREEN value IS 213 (83.59% from 255) = 47.65%
BLUE value IS 19 (7.81% from 255) = 4.25%
R=48.10%
G=47.65%
B=4.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.91
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152131900.010.910.1659.3983.7645.88
HexD7D513015B103b542e
Octal3273252301133207312456
Binary110101111101010110011011011011100001110111010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d7d513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d7d513; }

 p { color: rgb(215,213,19); }

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

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

 a { background-color: rgb(215,213,19); }

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

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

 span { border-color: rgb(215,213,19); }

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