#D3DC26

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

Shades of Bitter Lemon #D3DC26

Tints of Bitter Lemon #D3DC26

Color information

#D3DC26 (or 0xD3DC26) is unknown color: approx Bitter Lemon. HEX triplet: D3, DC and 26. RGB value is (211,220,38). Sum of RGB (Red+Green+Blue) = 211+220+38=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 38 (15.23% from 255 or 8.10% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DC26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DC26 is #2C23D9. Grayscale: #C5C5C5. Windows color (decimal): -2892762 or 2546899. OLE color: 2546899.

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

Color convert

RGB21122038-
CMYK0.0400.830.14
HSL62.97º72.22%50.59%-
HSV(B)62.97º82.73%86.27%-
XYZ52.8165.1811.63-
YUV196.5638.52138.3-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.99%
GREEN value IS 220 (86.33% from 255) = 46.91%
BLUE value IS 38 (15.23% from 255) = 8.10%
R=44.99%
G=46.91%
B=8.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal211220380.0400.830.1462.9772.2250.59
HexD3DC264053E3f4833
Octal3233344640123167711063
Binary11010011110111001001101000101001111101111111001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DC26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DC26; }

 p { color: rgb(211,220,38); }

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

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

 a { background-color: rgb(211,220,38); }

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

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

 span { border-color: rgb(211,220,38); }

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