#DADF20

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

Shades of Bitter Lemon #DADF20

Tints of Bitter Lemon #DADF20

Color information

#DADF20 (or 0xDADF20) is unknown color: approx Bitter Lemon. HEX triplet: DA, DF and 20. RGB value is (218,223,32). Sum of RGB (Red+Green+Blue) = 218+223+32=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 32 (12.89% from 255 or 6.77% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADF20 is #2520DF. Grayscale: #C8C8C8. Windows color (decimal): -2433248 or 2154458. OLE color: 2154458.

HSL color Cylindrical-coordinate representation of color #DADF20: hue angle of 61.57º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DADF20 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB21822332-
CMYK0.0200.860.13
HSL61.57º74.9%50%-
HSV(B)61.57º85.65%87.45%-
XYZ55.5667.7911.52-
YUV199.7333.34141.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.09%
GREEN value IS 223 (87.5% from 255) = 47.15%
BLUE value IS 32 (12.89% from 255) = 6.77%
R=46.09%
G=47.15%
B=6.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal218223320.0200.860.1361.5774.950
HexDADF202056D3e4b32
Octal3323374020126157611362
Binary1101101011011111100000100101011011011111101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADF20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADF20; }

 p { color: rgb(218,223,32); }

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

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

 a { background-color: rgb(218,223,32); }

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

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

 span { border-color: rgb(218,223,32); }

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