#DAD122

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

Shades of Barberry #DAD122

Tints of Barberry #DAD122

Color information

#DAD122 (or 0xDAD122) is unknown color: approx Barberry. HEX triplet: DA, D1 and 22. RGB value is (218,209,34). Sum of RGB (Red+Green+Blue) = 218+209+34=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 34 (13.67% from 255 or 7.38% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD122 is #252EDD. Grayscale: #C0C0C0. Windows color (decimal): -2436830 or 2281946. OLE color: 2281946.

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

Color convert

RGB21820934-
CMYK00.040.840.15
HSL57.07º73.02%49.41%-
HSV(B)57.07º84.4%85.49%-
XYZ5260.6210.47-
YUV191.7438.98146.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.29%
GREEN value IS 209 (82.03% from 255) = 45.34%
BLUE value IS 34 (13.67% from 255) = 7.38%
R=47.29%
G=45.34%
B=7.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.84
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182093400.040.840.1557.0773.0249.41
HexDAD1220454F394931
Octal3323214204124177111161
Binary11011010110100011000100100101010011111110011001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD122; }

 p { color: rgb(218,209,34); }

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

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

 a { background-color: rgb(218,209,34); }

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

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

 span { border-color: rgb(218,209,34); }

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