#DAD525

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

Shades of Bitter Lemon #DAD525

Tints of Bitter Lemon #DAD525

Color information

#DAD525 (or 0xDAD525) is unknown color: approx Bitter Lemon. HEX triplet: DA, D5 and 25. RGB value is (218,213,37). Sum of RGB (Red+Green+Blue) = 218+213+37=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 37 (14.84% from 255 or 7.91% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD525 is #252ADA. Grayscale: #C3C3C3. Windows color (decimal): -2435803 or 2479578. OLE color: 2479578.

HSL color Cylindrical-coordinate representation of color #DAD525: hue angle of 58.34º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DAD525 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB21821337-
CMYK00.020.830.15
HSL58.34º70.98%50%-
HSV(B)58.34º83.03%85.49%-
XYZ53.0462.6311.04-
YUV194.4339.16144.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.58%
GREEN value IS 213 (83.59% from 255) = 45.51%
BLUE value IS 37 (14.84% from 255) = 7.91%
R=46.58%
G=45.51%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182133700.020.830.1558.3470.9850
HexDAD5250253F3a4732
Octal3323254502123177210762
Binary1101101011010101100101010101001111111110101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD525; }

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

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

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

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

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

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

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

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