#D3DC35

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

Shades of Bitter Lemon #D3DC35

Tints of Bitter Lemon #D3DC35

Color information

#D3DC35 (or 0xD3DC35) is unknown color: approx Bitter Lemon. HEX triplet: D3, DC and 35. RGB value is (211,220,53). Sum of RGB (Red+Green+Blue) = 211+220+53=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 53 (21.09% from 255 or 10.95% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DC35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DC35 is #2C23CA. Grayscale: #C6C6C6. Windows color (decimal): -2892747 or 3529939. OLE color: 3529939.

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

Color convert

RGB21122053-
CMYK0.0400.760.14
HSL63.23º70.46%53.53%-
HSV(B)63.23º75.91%86.27%-
XYZ53.165.2913.17-
YUV198.2746.02137.08-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.60%
GREEN value IS 220 (86.33% from 255) = 45.45%
BLUE value IS 53 (21.09% from 255) = 10.95%
R=43.60%
G=45.45%
B=10.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal211220530.0400.760.1463.2370.4653.53
HexD3DC35404CE3f4636
Octal3233346540114167710666
Binary11010011110111001101011000100110011101111111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DC35; }

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

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

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

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

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

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

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

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