#DAD41B

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

Shades of Barberry #DAD41B

Tints of Barberry #DAD41B

Color information

#DAD41B (or 0xDAD41B) is unknown color: approx Barberry. HEX triplet: DA, D4 and 1B. RGB value is (218,212,27). Sum of RGB (Red+Green+Blue) = 218+212+27=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 212 (83.20% from 255 or 46.39% from 457); Blue value is 27 (10.94% from 255 or 5.91% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD41B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD41B is #252BE4. Grayscale: #C1C1C1. Windows color (decimal): -2436069 or 1823962. OLE color: 1823962.

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

Color convert

RGB21821227-
CMYK00.030.880.15
HSL58.12º77.96%48.04%-
HSV(B)58.12º87.61%85.49%-
XYZ52.6562.0710.24-
YUV192.734.49146.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.70%
GREEN value IS 212 (83.20% from 255) = 46.39%
BLUE value IS 27 (10.94% from 255) = 5.91%
R=47.70%
G=46.39%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.88
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182122700.030.880.1558.1277.9648.04
HexDAD41B0358F3a4e30
Octal3323243303130177211660
Binary110110101101010011011011101100011111110101001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD41B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD41B; }

 p { color: rgb(218,212,27); }

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

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

 a { background-color: rgb(218,212,27); }

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

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

 span { border-color: rgb(218,212,27); }

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