#D7E00D

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

Shades of Barberry #D7E00D

Tints of Barberry #D7E00D

Color information

#D7E00D (or 0xD7E00D) is unknown color: approx Barberry. HEX triplet: D7, E0 and 0D. RGB value is (215,224,13). Sum of RGB (Red+Green+Blue) = 215+224+13=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 224 (87.89% from 255 or 49.56% from 452); Blue value is 13 (5.47% from 255 or 2.88% from 452); Max value from RGB is 224 - color contains mainly: green. Hex color #D7E00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7E00D is #281FF2. Grayscale: #C6C6C6. Windows color (decimal): -2629619 or 909527. OLE color: 909527.

HSL color Cylindrical-coordinate representation of color #D7E00D: hue angle of 62.56º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7E00D is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB21522413-
CMYK0.0400.940.12
HSL62.56º89.03%46.47%-
HSV(B)62.56º94.2%87.84%-
XYZ54.7567.7910.58-
YUV197.2624.02140.66-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.57%
GREEN value IS 224 (87.89% from 255) = 49.56%
BLUE value IS 13 (5.47% from 255) = 2.88%
R=47.57%
G=49.56%
B=2.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal215224130.0400.940.1262.5689.0346.47
HexD7E0D405EC3f592e
Octal3273401540136147713156
Binary110101111110000011011000101111011001111111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E00D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E00D; }

 p { color: rgb(215,224,13); }

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

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

 a { background-color: rgb(215,224,13); }

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

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

 span { border-color: rgb(215,224,13); }

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