#D3D32C

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

Shades of Bitter Lemon #D3D32C

Tints of Bitter Lemon #D3D32C

Color information

#D3D32C (or 0xD3D32C) is unknown color: approx Bitter Lemon. HEX triplet: D3, D3 and 2C. RGB value is (211,211,44). Sum of RGB (Red+Green+Blue) = 211+211+44=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 211 (82.81% from 255 or 45.28% from 466); Blue value is 44 (17.58% from 255 or 9.44% from 466); Max value from RGB is 211 - color contains mainly: red, green. Hex color #D3D32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D32C is #2C2CD3. Grayscale: #C0C0C0. Windows color (decimal): -2895060 or 2937811. OLE color: 2937811.

HSL color Cylindrical-coordinate representation of color #D3D32C: hue angle of 60º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D3D32C is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB21121144-
CMYK000.790.17
HSL60º65.49%50%-
HSV(B)60º79.15%82.75%-
XYZ50.6160.6211.42-
YUV191.9644.5141.58-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.28%
GREEN value IS 211 (82.81% from 255) = 45.28%
BLUE value IS 44 (17.58% from 255) = 9.44%
R=45.28%
G=45.28%
B=9.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21121144000.790.176065.4950
HexD3D32C004F113c4132
Octal3233235400117217410162
Binary1101001111010011101100001001111100011111001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D32C; }

 p { color: rgb(211,211,44); }

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

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

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

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

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

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

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