#DADD34

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

Shades of Bitter Lemon #DADD34

Tints of Bitter Lemon #DADD34

Color information

#DADD34 (or 0xDADD34) is unknown color: approx Bitter Lemon. HEX triplet: DA, DD and 34. RGB value is (218,221,52). Sum of RGB (Red+Green+Blue) = 218+221+52=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 52 (20.70% from 255 or 10.59% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADD34 is #2522CB. Grayscale: #C9C9C9. Windows color (decimal): -2433740 or 3464666. OLE color: 3464666.

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

Color convert

RGB21822152-
CMYK0.0100.760.13
HSL61.07º71.31%53.53%-
HSV(B)61.07º76.47%86.67%-
XYZ55.3966.8713.24-
YUV200.8444.01140.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.40%
GREEN value IS 221 (86.72% from 255) = 45.01%
BLUE value IS 52 (20.70% from 255) = 10.59%
R=44.40%
G=45.01%
B=10.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal218221520.0100.760.1361.0771.3153.53
HexDADD34104CD3d4736
Octal3323356410114157510766
Binary110110101101110111010010100110011011111011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADD34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADD34; }

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

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

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

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

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

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

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

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