#D1DA0D

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

Shades of Barberry #D1DA0D

Tints of Barberry #D1DA0D

Color information

#D1DA0D (or 0xD1DA0D) is unknown color: approx Barberry. HEX triplet: D1, DA and 0D. RGB value is (209,218,13). Sum of RGB (Red+Green+Blue) = 209+218+13=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 13 (5.47% from 255 or 2.95% from 440); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1DA0D is #2E25F2. Grayscale: #C0C0C0. Windows color (decimal): -3024371 or 907985. OLE color: 907985.

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

Color convert

RGB20921813-
CMYK0.0400.940.15
HSL62.63º88.74%45.29%-
HSV(B)62.63º94.04%85.49%-
XYZ51.4463.739.97-
YUV191.9427.02140.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.5%
GREEN value IS 218 (85.55% from 255) = 49.55%
BLUE value IS 13 (5.47% from 255) = 2.95%
R=47.5%
G=49.55%
B=2.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal209218130.0400.940.1562.6388.7445.29
HexD1DAD405EF3f592d
Octal3213321540136177713155
Binary110100011101101011011000101111011111111111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DA0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DA0D; }

 p { color: rgb(209,218,13); }

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

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

 a { background-color: rgb(209,218,13); }

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

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

 span { border-color: rgb(209,218,13); }

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