#DAD833

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

Shades of Bitter Lemon #DAD833

Tints of Bitter Lemon #DAD833

Color information

#DAD833 (or 0xDAD833) is unknown color: approx Bitter Lemon. HEX triplet: DA, D8 and 33. RGB value is (218,216,51). Sum of RGB (Red+Green+Blue) = 218+216+51=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 51 (20.31% from 255 or 10.52% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD833 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD833 is #2527CC. Grayscale: #C6C6C6. Windows color (decimal): -2435021 or 3397850. OLE color: 3397850.

HSL color Cylindrical-coordinate representation of color #DAD833: hue angle of 59.28º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DAD833 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB21821651-
CMYK00.010.770.15
HSL59.28º69.29%52.75%-
HSV(B)59.28º76.61%85.49%-
XYZ54.0764.2612.69-
YUV197.7945.16142.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.95%
GREEN value IS 216 (84.77% from 255) = 44.54%
BLUE value IS 51 (20.31% from 255) = 10.52%
R=44.95%
G=44.54%
B=10.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182165100.010.770.1559.2869.2952.75
HexDAD833014DF3b4535
Octal3323306301115177310565
Binary110110101101100011001101100110111111110111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD833; }

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

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

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

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

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

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

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

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