#D3D435

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

Shades of Bitter Lemon #D3D435

Tints of Bitter Lemon #D3D435

Color information

#D3D435 (or 0xD3D435) is unknown color: approx Bitter Lemon. HEX triplet: D3, D4 and 35. RGB value is (211,212,53). Sum of RGB (Red+Green+Blue) = 211+212+53=476 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.33% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 53 (21.09% from 255 or 11.13% from 476); Max value from RGB is 212 - color contains mainly: green. Hex color #D3D435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D435 is #2C2BCA. Grayscale: #C2C2C2. Windows color (decimal): -2894795 or 3527891. OLE color: 3527891.

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

Color convert

RGB21121253-
CMYK0.0000.750.17
HSL60.38º64.9%51.96%-
HSV(B)60.38º75%83.14%-
XYZ51.0561.1912.49-
YUV193.5848.67140.43-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.33%
GREEN value IS 212 (83.20% from 255) = 44.54%
BLUE value IS 53 (21.09% from 255) = 11.13%
R=44.33%
G=44.54%
B=11.13%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211212530.0000.750.1760.3864.951.96
HexD3D435004B113c4134
Octal3233246500113217410164
Binary1101001111010100110101001001011100011111001000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D435; }

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

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

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

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

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

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

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

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