#DAD71C

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

Shades of Barberry #DAD71C

Tints of Barberry #DAD71C

Color information

#DAD71C (or 0xDAD71C) is unknown color: approx Barberry. HEX triplet: DA, D7 and 1C. RGB value is (218,215,28). Sum of RGB (Red+Green+Blue) = 218+215+28=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 215 (84.38% from 255 or 46.64% from 461); Blue value is 28 (11.33% from 255 or 6.07% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD71C is #2528E3. Grayscale: #C3C3C3. Windows color (decimal): -2435300 or 1890266. OLE color: 1890266.

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

Color convert

RGB21821528-
CMYK00.010.870.15
HSL59.05º77.24%48.24%-
HSV(B)59.05º87.16%85.49%-
XYZ53.4263.5910.56-
YUV194.5833.99144.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.29%
GREEN value IS 215 (84.38% from 255) = 46.64%
BLUE value IS 28 (11.33% from 255) = 6.07%
R=47.29%
G=46.64%
B=6.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.87
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182152800.010.870.1559.0577.2448.24
HexDAD71C0157F3b4d30
Octal3323273401127177311560
Binary11011010110101111110001101011111111110111001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD71C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD71C; }

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

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

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

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

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

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

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

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