#DAD929

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

Shades of Bitter Lemon #DAD929

Tints of Bitter Lemon #DAD929

Color information

#DAD929 (or 0xDAD929) is unknown color: approx Bitter Lemon. HEX triplet: DA, D9 and 29. RGB value is (218,217,41). Sum of RGB (Red+Green+Blue) = 218+217+41=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 217 (85.16% from 255 or 45.59% from 476); Blue value is 41 (16.41% from 255 or 8.61% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD929 is #2526D6. Grayscale: #C5C5C5. Windows color (decimal): -2434775 or 2742746. OLE color: 2742746.

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

Color convert

RGB21821741-
CMYK00.000.810.15
HSL59.66º70.52%50.78%-
HSV(B)59.66º81.19%85.49%-
XYZ54.1364.6911.73-
YUV197.2439.83142.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.80%
GREEN value IS 217 (85.16% from 255) = 45.59%
BLUE value IS 41 (16.41% from 255) = 8.61%
R=45.80%
G=45.59%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182174100.000.810.1559.6670.5250.78
HexDAD9290051F3c4733
Octal3323315100121177410763
Binary110110101101100110100100101000111111111001000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD929; }

 p { color: rgb(218,217,41); }

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

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

 a { background-color: rgb(218,217,41); }

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

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

 span { border-color: rgb(218,217,41); }

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