#DADD33

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

Shades of Bitter Lemon #DADD33

Tints of Bitter Lemon #DADD33

Color information

#DADD33 (or 0xDADD33) is unknown color: approx Bitter Lemon. HEX triplet: DA, DD and 33. RGB value is (218,221,51). Sum of RGB (Red+Green+Blue) = 218+221+51=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 51 (20.31% from 255 or 10.41% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADD33 is #2522CC. Grayscale: #C9C9C9. Windows color (decimal): -2433741 or 3399130. OLE color: 3399130.

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

Color convert

RGB21822151-
CMYK0.0100.770.13
HSL61.06º71.43%53.33%-
HSV(B)61.06º76.92%86.67%-
XYZ55.3766.8613.12-
YUV200.7243.51140.32-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.49%
GREEN value IS 221 (86.72% from 255) = 45.10%
BLUE value IS 51 (20.31% from 255) = 10.41%
R=44.49%
G=45.10%
B=10.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal218221510.0100.770.1361.0671.4353.33
HexDADD33104DD3d4735
Octal3323356310115157510765
Binary110110101101110111001110100110111011111011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADD33; }

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

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

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

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

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

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

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

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