#DCDA1D

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

Shades of Barberry #DCDA1D

Tints of Barberry #DCDA1D

Color information

#DCDA1D (or 0xDCDA1D) is unknown color: approx Barberry. HEX triplet: DC, DA and 1D. RGB value is (220,218,29). Sum of RGB (Red+Green+Blue) = 220+218+29=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 29 (11.72% from 255 or 6.21% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA1D is #2325E2. Grayscale: #C5C5C5. Windows color (decimal): -2303459 or 1956572. OLE color: 1956572.

HSL color Cylindrical-coordinate representation of color #DCDA1D: hue angle of 59.37º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCDA1D is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB22021829-
CMYK00.010.870.14
HSL59.37º76.71%48.82%-
HSV(B)59.37º86.82%86.27%-
XYZ54.8165.4510.91-
YUV197.0533.16144.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.11%
GREEN value IS 218 (85.55% from 255) = 46.68%
BLUE value IS 29 (11.72% from 255) = 6.21%
R=47.11%
G=46.68%
B=6.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.87
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202182900.010.870.1459.3776.7148.82
HexDCDA1D0157E3b4d31
Octal3343323501127167311561
Binary11011100110110101110101101011111101110111001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDA1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDA1D; }

 p { color: rgb(220,218,29); }

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

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

 a { background-color: rgb(220,218,29); }

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

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

 span { border-color: rgb(220,218,29); }

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