#DCD211

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

Shades of Barberry #DCD211

Tints of Barberry #DCD211

Color information

#DCD211 (or 0xDCD211) is unknown color: approx Barberry. HEX triplet: DC, D2 and 11. RGB value is (220,210,17). Sum of RGB (Red+Green+Blue) = 220+210+17=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 17 (7.03% from 255 or 3.80% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD211 is #232DEE. Grayscale: #BFBFBF. Windows color (decimal): -2305519 or 1168092. OLE color: 1168092.

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

Color convert

RGB22021017-
CMYK00.050.920.14
HSL57.04º85.65%46.47%-
HSV(B)57.04º92.27%86.27%-
XYZ52.6661.359.6-
YUV190.9929.81148.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.22%
GREEN value IS 210 (82.42% from 255) = 46.98%
BLUE value IS 17 (7.03% from 255) = 3.80%
R=49.22%
G=46.98%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.92
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202101700.050.920.1457.0485.6546.47
HexDCD211055CE39562e
Octal3343222105134167112656
Binary1101110011010010100010101101110011101110011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD211; }

 p { color: rgb(220,210,17); }

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

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

 a { background-color: rgb(220,210,17); }

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

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

 span { border-color: rgb(220,210,17); }

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