#DAD820

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

Shades of Barberry #DAD820

Tints of Barberry #DAD820

Color information

#DAD820 (or 0xDAD820) is unknown color: approx Barberry. HEX triplet: DA, D8 and 20. RGB value is (218,216,32). Sum of RGB (Red+Green+Blue) = 218+216+32=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 216 (84.77% from 255 or 46.35% from 466); Blue value is 32 (12.89% from 255 or 6.87% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD820 is #2527DF. Grayscale: #C4C4C4. Windows color (decimal): -2435040 or 2152666. OLE color: 2152666.

HSL color Cylindrical-coordinate representation of color #DAD820: hue angle of 59.35º 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 #DAD820 is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB21821632-
CMYK00.010.850.15
HSL59.35º74.4%49.02%-
HSV(B)59.35º85.32%85.49%-
XYZ53.7364.1210.91-
YUV195.6235.66143.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.78%
GREEN value IS 216 (84.77% from 255) = 46.35%
BLUE value IS 32 (12.89% from 255) = 6.87%
R=46.78%
G=46.35%
B=6.87%

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
Decimal2182163200.010.850.1559.3574.449.02
HexDAD8200155F3b4a31
Octal3323304001125177311261
Binary110110101101100010000001101010111111110111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD820; }

 p { color: rgb(218,216,32); }

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

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

 a { background-color: rgb(218,216,32); }

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

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

 span { border-color: rgb(218,216,32); }

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