#D3DD36

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

Shades of Bitter Lemon #D3DD36

Tints of Bitter Lemon #D3DD36

Color information

#D3DD36 (or 0xD3DD36) is unknown color: approx Bitter Lemon. HEX triplet: D3, DD and 36. RGB value is (211,221,54). Sum of RGB (Red+Green+Blue) = 211+221+54=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 54 (21.48% from 255 or 11.11% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DD36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DD36 is #2C22C9. Grayscale: #C7C7C7. Windows color (decimal): -2892490 or 3595731. OLE color: 3595731.

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

Color convert

RGB21122154-
CMYK0.0500.760.13
HSL63.59º71.06%53.92%-
HSV(B)63.59º75.57%86.67%-
XYZ53.3965.8313.38-
YUV198.9746.19136.58-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.42%
GREEN value IS 221 (86.72% from 255) = 45.47%
BLUE value IS 54 (21.48% from 255) = 11.11%
R=43.42%
G=45.47%
B=11.11%

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
Decimal211221540.0500.760.1363.5971.0653.92
HexD3DD36504CD404736
Octal32333566501141510010766
Binary110100111101110111011010101001100110110000001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DD36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DD36; }

 p { color: rgb(211,221,54); }

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

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

 a { background-color: rgb(211,221,54); }

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

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

 span { border-color: rgb(211,221,54); }

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