#D4D516

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

Shades of Barberry #D4D516

Tints of Barberry #D4D516

Color information

#D4D516 (or 0xD4D516) is unknown color: approx Barberry. HEX triplet: D4, D5 and 16. RGB value is (212,213,22). Sum of RGB (Red+Green+Blue) = 212+213+22=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 213 (83.59% from 255 or 47.65% from 447); Blue value is 22 (8.98% from 255 or 4.92% from 447); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4D516 is #2B2AE9. Grayscale: #BFBFBF. Windows color (decimal): -2829034 or 1496532. OLE color: 1496532.

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

Color convert

RGB21221322-
CMYK0.0000.900.16
HSL60.31º81.28%46.08%-
HSV(B)60.31º89.67%83.53%-
XYZ51.0961.649.96-
YUV190.9332.67143.03-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.43%
GREEN value IS 213 (83.59% from 255) = 47.65%
BLUE value IS 22 (8.98% from 255) = 4.92%
R=47.43%
G=47.65%
B=4.92%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal212213220.0000.900.1660.3181.2846.08
HexD4D516005A103c512e
Octal3243252600132207412156
Binary110101001101010110110001011010100001111001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D516; }

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

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

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

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

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

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

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

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