#D3DB38

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

Shades of Bitter Lemon #D3DB38

Tints of Bitter Lemon #D3DB38

Color information

#D3DB38 (or 0xD3DB38) is unknown color: approx Bitter Lemon. HEX triplet: D3, DB and 38. RGB value is (211,219,56). Sum of RGB (Red+Green+Blue) = 211+219+56=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 56 (22.27% from 255 or 11.52% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DB38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DB38 is #2C24C7. Grayscale: #C6C6C6. Windows color (decimal): -2893000 or 3726291. OLE color: 3726291.

HSL color Cylindrical-coordinate representation of color #D3DB38: hue angle of 62.94º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D3DB38 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB21121956-
CMYK0.0400.740.14
HSL62.94º69.36%53.92%-
HSV(B)62.94º74.43%85.88%-
XYZ52.9164.813.46-
YUV198.0347.85137.25-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.42%
GREEN value IS 219 (85.94% from 255) = 45.06%
BLUE value IS 56 (22.27% from 255) = 11.52%
R=43.42%
G=45.06%
B=11.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal211219560.0400.740.1462.9469.3653.92
HexD3DB38404AE3f4536
Octal3233337040112167710566
Binary11010011110110111110001000100101011101111111000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DB38; }

 p { color: rgb(211,219,56); }

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

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

 a { background-color: rgb(211,219,56); }

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

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

 span { border-color: rgb(211,219,56); }

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