#d7df0e

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

Shades of Barberry #D7DF0E

Tints of Barberry #D7DF0E

Color information

#D7DF0E (or 0xD7DF0E) is unknown color: approx Barberry. HEX triplet: D7, DF and 0E. RGB value is (215,223,14). Sum of RGB (Red+Green+Blue) = 215+223+14=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 14 (5.86% from 255 or 3.10% from 452); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DF0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7DF0E is #2820F1. Grayscale: #C5C5C5. Windows color (decimal): -2629874 or 974807. OLE color: 974807.

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

Color convert

RGB21522314-
CMYK0.0400.940.13
HSL62.3º88.19%46.47%-
HSV(B)62.3º93.72%87.45%-
XYZ54.4967.2510.52-
YUV196.7824.85140.99-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.57%
GREEN value IS 223 (87.5% from 255) = 49.34%
BLUE value IS 14 (5.86% from 255) = 3.10%
R=47.57%
G=49.34%
B=3.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal215223140.0400.940.1362.388.1946.47
HexD7DFE405ED3e582e
Octal3273371640136157613056
Binary110101111101111111101000101111011011111101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d7df0e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d7df0e; }

 p { color: rgb(215,223,14); }

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

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

 a { background-color: rgb(215,223,14); }

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

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

 span { border-color: rgb(215,223,14); }

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