#DAE110

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

Shades of Barberry #DAE110

Tints of Barberry #DAE110

Color information

#DAE110 (or 0xDAE110) is unknown color: approx Barberry. HEX triplet: DA, E1 and 10. RGB value is (218,225,16). Sum of RGB (Red+Green+Blue) = 218+225+16=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 225 (88.28% from 255 or 49.02% from 459); Blue value is 16 (6.64% from 255 or 3.49% from 459); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE110 is #251EEF. Grayscale: #C7C7C7. Windows color (decimal): -2432752 or 1106394. OLE color: 1106394.

HSL color Cylindrical-coordinate representation of color #DAE110: hue angle of 62.01º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DAE110 is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB21822516-
CMYK0.0300.930.12
HSL62.01º86.72%47.25%-
HSV(B)62.01º92.89%88.24%-
XYZ55.9368.7910.82-
YUV199.0824.68141.49-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.49%
GREEN value IS 225 (88.28% from 255) = 49.02%
BLUE value IS 16 (6.64% from 255) = 3.49%
R=47.49%
G=49.02%
B=3.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal218225160.0300.930.1262.0186.7247.25
HexDAE110305DC3e572f
Octal3323412030135147612757
Binary110110101110000110000110101110111001111101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE110; }

 p { color: rgb(218,225,16); }

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

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

 a { background-color: rgb(218,225,16); }

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

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

 span { border-color: rgb(218,225,16); }

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