#D2DF10

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

Shades of Barberry #D2DF10

Tints of Barberry #D2DF10

Color information

#D2DF10 (or 0xD2DF10) is unknown color: approx Barberry. HEX triplet: D2, DF and 10. RGB value is (210,223,16). Sum of RGB (Red+Green+Blue) = 210+223+16=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 16 (6.64% from 255 or 3.56% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2DF10 is #2D20EF. Grayscale: #C4C4C4. Windows color (decimal): -2957552 or 1105874. OLE color: 1105874.

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

Color convert

RGB21022316-
CMYK0.0600.930.13
HSL63.77º86.61%46.86%-
HSV(B)63.77º92.83%87.45%-
XYZ53.0666.5110.53-
YUV195.5226.69138.33-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.77%
GREEN value IS 223 (87.5% from 255) = 49.67%
BLUE value IS 16 (6.64% from 255) = 3.56%
R=46.77%
G=49.67%
B=3.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal210223160.0600.930.1363.7786.6146.86
HexD2DF10605DD40572f
Octal32233720601351510012757
Binary11010010110111111000011001011101110110000001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DF10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DF10; }

 p { color: rgb(210,223,16); }

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

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

 a { background-color: rgb(210,223,16); }

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

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

 span { border-color: rgb(210,223,16); }

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