#D2DD0C

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

Shades of Barberry #D2DD0C

Tints of Barberry #D2DD0C

Color information

#D2DD0C (or 0xD2DD0C) is unknown color: approx Barberry. HEX triplet: D2, DD and 0C. RGB value is (210,221,12). Sum of RGB (Red+Green+Blue) = 210+221+12=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 12 (5.08% from 255 or 2.71% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2DD0C is #2D22F3. Grayscale: #C2C2C2. Windows color (decimal): -2958068 or 843218. OLE color: 843218.

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

Color convert

RGB21022112-
CMYK0.0500.950.13
HSL63.16º89.7%45.69%-
HSV(B)63.16º94.57%86.67%-
XYZ52.565.4410.21-
YUV193.8825.36139.49-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.40%
GREEN value IS 221 (86.72% from 255) = 49.89%
BLUE value IS 12 (5.08% from 255) = 2.71%
R=47.40%
G=49.89%
B=2.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal210221120.0500.950.1363.1689.745.69
HexD2DDC505FD3f5a2e
Octal3223351450137157713256
Binary110100101101110111001010101111111011111111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DD0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DD0C; }

 p { color: rgb(210,221,12); }

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

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

 a { background-color: rgb(210,221,12); }

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

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

 span { border-color: rgb(210,221,12); }

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