#DAE033

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

Shades of Bitter Lemon #DAE033

Tints of Bitter Lemon #DAE033

Color information

#DAE033 (or 0xDAE033) is unknown color: approx Bitter Lemon. HEX triplet: DA, E0 and 33. RGB value is (218,224,51). Sum of RGB (Red+Green+Blue) = 218+224+51=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 51 (20.31% from 255 or 10.34% from 493); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE033 is #251FCC. Grayscale: #CBCBCB. Windows color (decimal): -2432973 or 3399898. OLE color: 3399898.

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

Color convert

RGB21822451-
CMYK0.0300.770.12
HSL62.08º73.62%53.92%-
HSV(B)62.08º77.23%87.84%-
XYZ56.1768.4613.38-
YUV202.4842.51139.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.22%
GREEN value IS 224 (87.89% from 255) = 45.44%
BLUE value IS 51 (20.31% from 255) = 10.34%
R=44.22%
G=45.44%
B=10.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal218224510.0300.770.1262.0873.6253.92
HexDAE033304DC3e4a36
Octal3323406330115147611266
Binary1101101011100000110011110100110111001111101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE033; }

 p { color: rgb(218,224,51); }

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

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

 a { background-color: rgb(218,224,51); }

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

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

 span { border-color: rgb(218,224,51); }

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