#D3D72B

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

Shades of Bitter Lemon #D3D72B

Tints of Bitter Lemon #D3D72B

Color information

#D3D72B (or 0xD3D72B) is unknown color: approx Bitter Lemon. HEX triplet: D3, D7 and 2B. RGB value is (211,215,43). Sum of RGB (Red+Green+Blue) = 211+215+43=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 215 (84.38% from 255 or 45.84% from 469); Blue value is 43 (17.19% from 255 or 9.17% from 469); Max value from RGB is 215 - color contains mainly: green. Hex color #D3D72B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D72B is #2C28D4. Grayscale: #C2C2C2. Windows color (decimal): -2894037 or 2873299. OLE color: 2873299.

HSL color Cylindrical-coordinate representation of color #D3D72B: hue angle of 61.4º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D3D72B is Cyan = 0.02, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.16.

Color convert

RGB21121543-
CMYK0.0200.80.16
HSL61.4º68.25%50.59%-
HSV(B)61.4º80%84.31%-
XYZ51.662.6211.65-
YUV194.242.67139.99-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.99%
GREEN value IS 215 (84.38% from 255) = 45.84%
BLUE value IS 43 (17.19% from 255) = 9.17%
R=44.99%
G=45.84%
B=9.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal211215430.0200.80.1661.468.2550.59
HexD3D72B2050103d4433
Octal3233275320120207510463
Binary11010011110101111010111001010000100001111011000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D72B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D72B; }

 p { color: rgb(211,215,43); }

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

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

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

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

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

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

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