#DAD721

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

Shades of Barberry #DAD721

Tints of Barberry #DAD721

Color information

#DAD721 (or 0xDAD721) is unknown color: approx Barberry. HEX triplet: DA, D7 and 21. RGB value is (218,215,33). Sum of RGB (Red+Green+Blue) = 218+215+33=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 215 (84.38% from 255 or 46.14% from 466); Blue value is 33 (13.28% from 255 or 7.08% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD721 is #2528DE. Grayscale: #C3C3C3. Windows color (decimal): -2435295 or 2217946. OLE color: 2217946.

HSL color Cylindrical-coordinate representation of color #DAD721: hue angle of 59.03º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DAD721 is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB21821533-
CMYK00.010.850.15
HSL59.03º73.71%49.22%-
HSV(B)59.03º84.86%85.49%-
XYZ53.4963.6210.9-
YUV195.1536.49144.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.78%
GREEN value IS 215 (84.38% from 255) = 46.14%
BLUE value IS 33 (13.28% from 255) = 7.08%
R=46.78%
G=46.14%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182153300.010.850.1559.0373.7149.22
HexDAD7210155F3b4a31
Octal3323274101125177311261
Binary110110101101011110000101101010111111110111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD721; }

 p { color: rgb(218,215,33); }

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

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

 a { background-color: rgb(218,215,33); }

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

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

 span { border-color: rgb(218,215,33); }

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