#D5E010

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

Shades of Barberry #D5E010

Tints of Barberry #D5E010

Color information

#D5E010 (or 0xD5E010) is unknown color: approx Barberry. HEX triplet: D5, E0 and 10. RGB value is (213,224,16). Sum of RGB (Red+Green+Blue) = 213+224+16=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 224 (87.89% from 255 or 49.45% from 453); Blue value is 16 (6.64% from 255 or 3.53% from 453); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5E010 is #2A1FEF. Grayscale: #C5C5C5. Windows color (decimal): -2760688 or 1106133. OLE color: 1106133.

HSL color Cylindrical-coordinate representation of color #D5E010: hue angle of 63.17º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D5E010 is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB21322416-
CMYK0.0500.930.12
HSL63.17º86.67%47.06%-
HSV(B)63.17º92.86%87.84%-
XYZ54.1967.4910.66-
YUV19725.86139.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.02%
GREEN value IS 224 (87.89% from 255) = 49.45%
BLUE value IS 16 (6.64% from 255) = 3.53%
R=47.02%
G=49.45%
B=3.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal213224160.0500.930.1263.1786.6747.06
HexD5E010505DC3f572f
Octal3253402050135147712757
Binary1101010111100000100001010101110111001111111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E010; }

 p { color: rgb(213,224,16); }

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

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

 a { background-color: rgb(213,224,16); }

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

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

 span { border-color: rgb(213,224,16); }

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