#D1DD35

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

Shades of Bitter Lemon #D1DD35

Tints of Bitter Lemon #D1DD35

Color information

#D1DD35 (or 0xD1DD35) is unknown color: approx Bitter Lemon. HEX triplet: D1, DD and 35. RGB value is (209,221,53). Sum of RGB (Red+Green+Blue) = 209+221+53=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 53 (21.09% from 255 or 10.97% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DD35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DD35 is #2E22CA. Grayscale: #C6C6C6. Windows color (decimal): -3023563 or 3530193. OLE color: 3530193.

HSL color Cylindrical-coordinate representation of color #D1DD35: hue angle of 64.29º 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 #D1DD35 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB20922153-
CMYK0.0500.760.13
HSL64.29º71.19%53.73%-
HSV(B)64.29º76.02%86.67%-
XYZ52.7965.5313.23-
YUV198.2646.02135.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.27%
GREEN value IS 221 (86.72% from 255) = 45.76%
BLUE value IS 53 (21.09% from 255) = 10.97%
R=43.27%
G=45.76%
B=10.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal209221530.0500.760.1364.2971.1953.73
HexD1DD35504CD404736
Octal32133565501141510010766
Binary110100011101110111010110101001100110110000001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DD35; }

 p { color: rgb(209,221,53); }

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

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

 a { background-color: rgb(209,221,53); }

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

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

 span { border-color: rgb(209,221,53); }

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