#dcd41a

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

Shades of Barberry #DCD41A

Tints of Barberry #DCD41A

Color information

#DCD41A (or 0xDCD41A) is unknown color: approx Barberry. HEX triplet: DC, D4 and 1A. RGB value is (220,212,26). Sum of RGB (Red+Green+Blue) = 220+212+26=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 212 (83.20% from 255 or 46.29% from 458); Blue value is 26 (10.55% from 255 or 5.68% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD41A is #232BE5. Grayscale: #C1C1C1. Windows color (decimal): -2304998 or 1758428. OLE color: 1758428.

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

Color convert

RGB22021226-
CMYK00.040.880.14
HSL57.53º78.86%48.24%-
HSV(B)57.53º88.18%86.27%-
XYZ53.2562.3810.21-
YUV193.1933.65147.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.03%
GREEN value IS 212 (83.20% from 255) = 46.29%
BLUE value IS 26 (10.55% from 255) = 5.68%
R=48.03%
G=46.29%
B=5.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.88
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202122600.040.880.1457.5378.8648.24
HexDCD41A0458E3a4f30
Octal3343243204130167211760
Binary1101110011010100110100100101100011101110101001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcd41a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcd41a; }

 p { color: rgb(220,212,26); }

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

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

 a { background-color: rgb(220,212,26); }

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

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

 span { border-color: rgb(220,212,26); }

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