#DAD52C

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

Shades of Bitter Lemon #DAD52C

Tints of Bitter Lemon #DAD52C

Color information

#DAD52C (or 0xDAD52C) is unknown color: approx Bitter Lemon. HEX triplet: DA, D5 and 2C. RGB value is (218,213,44). Sum of RGB (Red+Green+Blue) = 218+213+44=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 44 (17.58% from 255 or 9.26% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD52C is #252AD3. Grayscale: #C3C3C3. Windows color (decimal): -2435796 or 2938330. OLE color: 2938330.

HSL color Cylindrical-coordinate representation of color #DAD52C: hue angle of 58.28º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAD52C is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB21821344-
CMYK00.020.800.15
HSL58.28º70.16%51.37%-
HSV(B)58.28º79.82%85.49%-
XYZ53.1662.6811.68-
YUV195.2342.66144.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.89%
GREEN value IS 213 (83.59% from 255) = 44.84%
BLUE value IS 44 (17.58% from 255) = 9.26%
R=45.89%
G=44.84%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.80
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182134400.020.800.1558.2870.1651.37
HexDAD52C0250F3a4633
Octal3323255402120177210663
Binary1101101011010101101100010101000011111110101000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD52C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD52C; }

 p { color: rgb(218,213,44); }

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

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

 a { background-color: rgb(218,213,44); }

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

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

 span { border-color: rgb(218,213,44); }

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