#D7D32B

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

Shades of Bitter Lemon #D7D32B

Tints of Bitter Lemon #D7D32B

Color information

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

HSL color Cylindrical-coordinate representation of color #D7D32B: hue angle of 58.6º 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 #D7D32B is Cyan = 0, Magento = 0.02, Yellow = 0.8 and Black (K on CMYK) = 0.16.

Color convert

RGB21521143-
CMYK00.020.80.16
HSL58.6º68.25%50.59%-
HSV(B)58.6º80%84.31%-
XYZ51.7561.2111.37-
YUV193.0443.33143.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.8
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152114300.020.80.1658.668.2550.59
HexD7D32B0250103b4433
Octal3273235302120207310463
Binary11010111110100111010110101010000100001110111000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D32B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D32B; }

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

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

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

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

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

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

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

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