#DCD326

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

Shades of Barberry #DCD326

Tints of Barberry #DCD326

Color information

#DCD326 (or 0xDCD326) is unknown color: approx Barberry. HEX triplet: DC, D3 and 26. RGB value is (220,211,38). Sum of RGB (Red+Green+Blue) = 220+211+38=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 211 (82.81% from 255 or 44.99% from 469); Blue value is 38 (15.23% from 255 or 8.10% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD326 is #232CD9. Grayscale: #C2C2C2. Windows color (decimal): -2305242 or 2544604. OLE color: 2544604.

HSL color Cylindrical-coordinate representation of color #DCD326: hue angle of 57.03º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCD326 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB22021138-
CMYK00.040.830.14
HSL57.03º72.22%50.59%-
HSV(B)57.03º82.73%86.27%-
XYZ53.1661.9410.99-
YUV193.9739.98146.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.91%
GREEN value IS 211 (82.81% from 255) = 44.99%
BLUE value IS 38 (15.23% from 255) = 8.10%
R=46.91%
G=44.99%
B=8.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.83
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202113800.040.830.1457.0372.2250.59
HexDCD3260453E394833
Octal3343234604123167111063
Binary11011100110100111001100100101001111101110011001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD326; }

 p { color: rgb(220,211,38); }

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

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

 a { background-color: rgb(220,211,38); }

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

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

 span { border-color: rgb(220,211,38); }

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