#D1DD11

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

Shades of Barberry #D1DD11

Tints of Barberry #D1DD11

Color information

#D1DD11 (or 0xD1DD11) is unknown color: approx Barberry. HEX triplet: D1, DD and 11. RGB value is (209,221,17). Sum of RGB (Red+Green+Blue) = 209+221+17=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 17 (7.03% from 255 or 3.80% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1DD11 is #2E22EE. Grayscale: #C2C2C2. Windows color (decimal): -3023599 or 1170897. OLE color: 1170897.

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

Color convert

RGB20922117-
CMYK0.0500.920.13
HSL63.53º85.71%46.67%-
HSV(B)63.53º92.31%86.67%-
XYZ52.2565.3110.38-
YUV194.1628.02138.59-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.76%
GREEN value IS 221 (86.72% from 255) = 49.44%
BLUE value IS 17 (7.03% from 255) = 3.80%
R=46.76%
G=49.44%
B=3.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal209221170.0500.920.1363.5385.7146.67
HexD1DD11505CD40562f
Octal32133521501341510012657
Binary11010001110111011000110101011100110110000001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DD11; }

 p { color: rgb(209,221,17); }

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

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

 a { background-color: rgb(209,221,17); }

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

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

 span { border-color: rgb(209,221,17); }

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