#dad618

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

Shades of Barberry #DAD618

Tints of Barberry #DAD618

Color information

#DAD618 (or 0xDAD618) is unknown color: approx Barberry. HEX triplet: DA, D6 and 18. RGB value is (218,214,24). Sum of RGB (Red+Green+Blue) = 218+214+24=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 24 (9.77% from 255 or 5.26% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD618 is #2529E7. Grayscale: #C2C2C2. Windows color (decimal): -2435560 or 1627866. OLE color: 1627866.

HSL color Cylindrical-coordinate representation of color #DAD618: hue angle of 58.76º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DAD618 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB21821424-
CMYK00.020.890.15
HSL58.76º80.17%47.45%-
HSV(B)58.76º88.99%85.49%-
XYZ53.1263.0610.24-
YUV193.5432.33145.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.81%
GREEN value IS 214 (83.98% from 255) = 46.93%
BLUE value IS 24 (9.77% from 255) = 5.26%
R=47.81%
G=46.93%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.89
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182142400.020.890.1558.7680.1747.45
HexDAD6180259F3b502f
Octal3323263002131177312057
Binary110110101101011011000010101100111111110111010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dad618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dad618; }

 p { color: rgb(218,214,24); }

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

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

 a { background-color: rgb(218,214,24); }

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

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

 span { border-color: rgb(218,214,24); }

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